Page 1 of 1

Upgrade to 3.1.8-GA; can't open translation popup window

Posted: Tue Aug 26, 2014 2:25 pm
by daniel_locious
Hi guys,

Here is another issue after upgrade to 3.1.8-GA.

In admin -> product page, select a product,
https://localhost:8444/admin/product/1

Then click "translate" link beside "Name" or "Description", I got "An error occurred"
java.lang.NullPointerException
org.broadleafcommerce.openadmin.web.service.TranslationFormBuilderServiceImpl.buildListGrid(TranslationFormBuilderServiceImpl.java:101)

Interesting thing is when I choose bundle product
https://localhost:8444/admin/product/993

The translate popup window shows!

Haven't debug into it, just so as you guys know.

Regards,

Dan

Re: Upgrade to 3.1.8-GA; can't open translation popup window

Posted: Wed Aug 27, 2014 4:57 am
by daniel_locious
Please Ignore this issue; I found the reason.

My pre-loading data got locale code wrong.....no locale is mapped to the translation so nullpointer exception.