-
Bug Report
-
Resolution: Unresolved
-
L3 - Default
-
None
-
7.13.0
Environment (Required on creation):
Camunda Cockpit 7.13.0
// config.js window.camCockpitConf = { ... locales: { availableLocales: ['ru', 'en'], fallbackLocale: 'en' }, ... }
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):
When the language is changed to other than English the column header "Actions" remained the same.
Steps to reproduce (Required on creation):
Open the process instance view page.
Observed Behavior (Required on creation):
The column header "Actions" remained the same.
Expected behavior (Required on creation):
The column header "Actions" translated to "Действия".
Root Cause (Required on prioritization):
"Actions" is hardcoded at 'camunda-commons-ui/lib/widgets/variables-table/cam-widget-variables-table.html'.
Solution Ideas (Optional):
Hints (Optional):
This is the controller panel for Smart Panels app
[CAM-13300] The column header "Actions" is not translated.
Description |
Original:
h4. Environment (Required on creation):
Camunda Cockpit 7.13.0 {code:java} // config.js window.camCockpitConf = { ... locales: { availableLocales: ['ru', 'en'], fallbackLocale: 'en' }, ... } {code} {code:java} // ru.json { ... "DASHBOARD_TOGGLE_SECTION": "Свернуть/развернуть раздел", ... } {code} h4. Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket): When the language is changed to other than English the tooltip "Toggle this section" remained the same. !image-2021-03-18-10-28-58-307.png|width=775,height=223! h4. Steps to reproduce (Required on creation): Open the process definitions list view. h4. Observed Behavior (Required on creation): The tooltip "Toggle this section" remained the same. h4. Expected behavior (Required on creation): The tooltip "Toggle this section" translated to "Свернуть/развернуть раздел". h4. Root Cause (Required on prioritization): "Toggle this section" is hardcoded at 'processesDashboard/process-definitions.html'. h4. Solution Ideas (Optional): !image-2021-03-19-17-16-01-218.png|width=792,height=183! h4. Hints (Optional): |
New:
h4. Environment (Required on creation):
Camunda Cockpit 7.13.0 {code:javascript} // config.js window.camCockpitConf = { ... locales: { availableLocales: ['ru', 'en'], fallbackLocale: 'en' }, ... } {code} h4. Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket): When the language is changed to other then English the column header "Actions" remained the same. h4. Steps to reproduce (Required on creation): Open the process instance view page. h4. Observed Behavior (Required on creation): The column header "Actions" remained the same. h4. Expected behavior (Required on creation): The column header "Actions" translated to "Действия". h4. Root Cause (Required on prioritization): "Actions" is hardcoded at 'camunda-commons-ui/lib/widgets/variables-table/cam-widget-variables-table.html'. h4. Solution Ideas (Optional): h4. Hints (Optional): |
Mentioned Roles |
Mentioned Groups |
Description |
Original:
h4. Environment (Required on creation):
Camunda Cockpit 7.13.0 {code:javascript} // config.js window.camCockpitConf = { ... locales: { availableLocales: ['ru', 'en'], fallbackLocale: 'en' }, ... } {code} h4. Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket): When the language is changed to other then English the column header "Actions" remained the same. h4. Steps to reproduce (Required on creation): Open the process instance view page. h4. Observed Behavior (Required on creation): The column header "Actions" remained the same. h4. Expected behavior (Required on creation): The column header "Actions" translated to "Действия". h4. Root Cause (Required on prioritization): "Actions" is hardcoded at 'camunda-commons-ui/lib/widgets/variables-table/cam-widget-variables-table.html'. h4. Solution Ideas (Optional): h4. Hints (Optional): |
New:
h4. Environment (Required on creation):
Camunda Cockpit 7.13.0 {code:javascript} // config.js window.camCockpitConf = { ... locales: { availableLocales: ['ru', 'en'], fallbackLocale: 'en' }, ... } {code} h4. Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket): When the language is changed to other than English the column header "Actions" remained the same. h4. Steps to reproduce (Required on creation): Open the process instance view page. h4. Observed Behavior (Required on creation): The column header "Actions" remained the same. h4. Expected behavior (Required on creation): The column header "Actions" translated to "Действия". h4. Root Cause (Required on prioritization): "Actions" is hardcoded at 'camunda-commons-ui/lib/widgets/variables-table/cam-widget-variables-table.html'. h4. Solution Ideas (Optional): h4. Hints (Optional): |
Mentioned Roles |
Mentioned Groups |
Status | Original: Open [ 1 ] | New: Ready [ 10005 ] |
This ticket was migrated to github: https://github.com/camunda/camunda-bpm-platform/issues/2600. Please use this link for any future references and continue any discussion there.