on 2018 Mar 20 12:31 PM
Hi experts
Can't delete PDTRow in hmc/backoffice.
It is because europe1Prices and europe1Discounts now dynamic attribute. In previous versions this field was jalo. Hybris version is 6.5. Do we have fix for this issue or JIRA task? How to create new issue in JIRA? I've tried but I don't have access rights. So method works incorrect
@Accessor(qualifier = "europe1Prices", type = Accessor.Type.SETTER)
public void setEurope1Prices(final Collection<PriceRowModel> value)
{
getPersistenceContext().setDynamicValue(this,EUROPE1PRICES, value);
}

system version [2]: /storage/temp/10590-version.txt
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.