Bug 1096771

Summary: i18n: a selected value of a property in Properties bar does not depend on language
Product: [Retired] JBoss BPMS Platform 6 Reporter: Sona Mala <smala>
Component: jBPM DesignerAssignee: Tihomir Surdilovic <tsurdilo>
Status: CLOSED EOL QA Contact: Jozef Marko <jomarko>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: kverlaen
Target Milestone: ---Keywords: i18n
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:03:50 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:

Description Sona Mala 2014-05-12 12:09:33 UTC
Description of problem:
This issue affects a properties which has a defined set of values like Task type, Time unit, Distribution type, etc.

A drop down menu contains translated options but the selected value is always displayed in English.


Version-Release number of selected component (if applicable):
6.0.2 ER2 BPMS


Steps to Reproduce:
1. use localization for de, ja, es, ru
    - start $LC_ALL=es_ES.UTF-8 ./standalone.sh or
    - go to http://localhost:8080/business-central/org.kie.workbench.KIEWebapp/KIEWebapp.html?locale=es_ES
2. activate a property in Properties Bar (for example Task type, Distribution type, Time unit, etc.)
3. show all options for this property
4. select one
5. deactivate the property

Actual results:
Step 4: You select an option which label is translated (for example "minuto")
After step 5: the property contains a "minute" value.


Expected results:
Both labels should be equal. The label of the selected option should be equal to the label of the value of the property.


Additional info: