Bug 1094282

Summary: Localization issues.
Product: [Retired] JBoss BPMS Platform 6 Reporter: Marek Baluch <mbaluch>
Component: BAMAssignee: David Gutierrez <dgutierr>
Status: CLOSED EOL QA Contact: Gui Jospin <gjospin>
Severity: medium Docs Contact:
Priority: high    
Version: 6.0.2CC: kverlaen, nmirasch, rrajasek, rzhang
Target Milestone: ER5   
Target Release: 6.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 20:11:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
screenshot
none
Screenshot showing some i18n property files missing in ER4 none

Description Marek Baluch 2014-05-05 12:12:38 UTC
*** Description of problem:

Process dashboard (possibly also sample dashboards) contain the string 'No Data Available' which is not localized to supported languages.

See attached screenshot.

Comment 1 Marek Baluch 2014-05-05 12:13:16 UTC
Created attachment 892509 [details]
screenshot

Comment 3 Jan Hrcek 2015-01-29 07:52:33 UTC
Checked with 6.1.0. ER4 and the problem is still present. The english 'No Data Available' literal changed to 'NO DATA' (so the commit is partially present in the build). However, when switching to other language localizations there is always english 'NO DATA', despite all the other literals in UI are changed correctly. Please review.

I checked the product jar standalone/deployments/dashbuilder.war/WEB-INF/lib/dashboard-ui-nvd3-6.2.0.CR4-redhat-1.jar which should containt the localized message property files, and it seems, that only default (english) message.properties is present. Other property files from the commit are not present. Seems like productization issue. (see screenshot)

@Ryan: do you think this might be build issue?

Comment 4 Jan Hrcek 2015-01-29 07:53:49 UTC
Created attachment 985452 [details]
Screenshot showing some i18n property files missing in ER4

Comment 5 Jan Hrcek 2015-01-29 08:25:22 UTC
*** Bug 1077785 has been marked as a duplicate of this bug. ***

Comment 6 David Gutierrez 2015-01-29 10:42:51 UTC
The following commit caused the mess:

(6.2.x) https://github.com/droolsjbpm/dashboard-builder/commit/a7c41f5d9958ab1d7926129110e1d60777d0cd0c

I reverted it back:

(6.2.x) https://github.com/droolsjbpm/dashboard-builder/commit/1bcb0b0f0c0f70a4ac69e28b18d1ef14265e661e


The literals should be displayed correctly now. 

Sorry about that.

Comment 7 Jan Hrcek 2015-02-18 06:10:54 UTC
Ok, verified with BPM Suite 6.1.0 ER5.