cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can't delete PDTRow in hmc/backoffice from Product

Former Member
0 Kudos
167

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

Accepted Solutions (0)

Answers (0)