Bug 1096837
| Summary: | "Add" buttons of Data assignment editor do not support i18n | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Sona Mala <smala> | ||||
| Component: | jBPM Designer | Assignee: | Jeremy Lindop <jlindop> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Kirill Gaevskii <kgaevski> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.0.2 | CC: | jlindop, kgaevski, kverlaen, lpetrovi | ||||
| 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: | 2015-12-18 08:20:31 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
Sona Mala
2014-05-12 14:00:31 UTC
Despite new I/O Editor was introduced this issue is still actual. But with little changes. Properties without localization: text: "[ Input Assignment ]" text: "[ Input Mapping ]" text: "[ Output Mapping ]" https://github.com/droolsjbpm/jbpm-designer/blob/6.3.x/jbpm-designer-client/src/main/resources/org/jbpm/designer/public/js/Plugins/propertywindow.js But it seems like dead code because Mapping Editor is not in use any more. Am I right? (In reply to Kirill Gaevskii from comment #1) > Despite new I/O Editor was introduced this issue is still actual. But with > little changes. > > Properties without localization: > text: "[ Input Assignment ]" > text: "[ Input Mapping ]" > text: "[ Output Mapping ]" > > https://github.com/droolsjbpm/jbpm-designer/blob/6.3.x/jbpm-designer-client/ > src/main/resources/org/jbpm/designer/public/js/Plugins/propertywindow.js > > > But it seems like dead code because Mapping Editor is not in use any more. > Am I right? The old Assignments Editor and DataInputs / DataOutputs editors aren't normaly used any more. There is a startup flag that can be used to trigger the use of these old dialogs instead of the new dataIOEditor. That's why the old code is still present. Kirill, Even though this code can still be activated by using a startup flag, it doesn't make sense to do any more work on it. I'd suggest that we close the bug as "Won't Fix". If you agree, will you close it. Thanks. I am agree. |