Hide Forgot
Created attachment 1151058 [details] freezed business process designer Version-Release number of selected component (if applicable): 6.3.0.CR1 Steps to Reproduce: 1. Create new business process and save it. 2. Close business process designer 3. In business central setting select German language 4. Try to open process created in step 1. Actual results: Process designer will be not opened Expected results: Process designer will be opened
*** Bug 1330870 has been marked as a duplicate of this bug. ***
There were some string constants with unescaped single-quotes in properties files that were causing Javascript syntax errors when Designer was loaded. Fixed by running 'mvn replacer:replace -N' in jbpm-designer-api then committing the modified properties files: master: https://github.com/droolsjbpm/jbpm-designer/commit/981bbc0029d5c2e77f35937ce3b365df1d25e9a9 6.4.x: https://github.com/droolsjbpm/jbpm-designer/commit/a76f4df03a1b8124d86e664de81a792e05edaf1f
Can QE verify if the updated resources file addresses this issue?
I tried the fix with kie-wb built from 6.4.1 upstream branch and I can confirm the fix is working fine - it's possible to open designer using all available locales. We'll verify this BZ once the fix appears in CR1 rebuild.
Verified on 6.3.0.CR2