User tests: Successful: Unsuccessful:
Pull Request for Issue #30229
Translating Workflow list items and stages when editing them, as done for custom admin menus
Patch and edit Basic workflow
administrator/index.php?option=com_workflow&view=workflow&layout=edit&id=1&extension=com_content.article
then edit Basic stage
administrator/index.php?option=com_workflow&view=stages&workflow_id=1&extension=com_content.article
As titles in db are lang constants, they are displayed as such. No translation is provided, although the translation is present in the list. The fact that these are constants is voluntary to cope with different languages.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_workflow Language & Strings |
Labels |
Added:
?
?
|
I have tested this item
4.0.0-beta4.dev
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-08-01 23:57:43 |
Closed_By | ⇒ | Quy | |
Labels |
Added:
?
|
Note: we may consider to do the same for Transitions although none are provided by core as lang constants. For another patch after discussion