User tests: Successful: Unsuccessful:
Pull Request partially resolves #47231 .
Make the text "From Any" translatable
This requires either npm ci or testing with a prebuilt package
Enable language debug
Enable Workflows
Open the workflow graph
this needs testing in non en-gb languages to ensure that this change is sufficient and doesnt have any unexopected consequences. its all vue so i am not 100% confident this pr is enough
From Any is Translatable
Please select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_workflow Language & Strings |
@bembelimen can you check the code please. I know that this resolves the specific issue but as I see lots of references to "from any" in the js I am not sure if this PR may break some of that - I'm just not confident
| Title |
|
||||||
Sorry for the late reply, I talked with @Dileepadari as he knows best, where to look. He will answer hopefully soon.
@bembelimen thanks
Hi @brianteeman,
Thanks for the pull request, There are two additional files that need to be updated:
1. Joomla-cms/build/media_source/com_workflow/js/workflow-graph-client.es6.js
I realised that "From Any" is also being used as both the id and title. Could you please replace all occurrences of From Any with from_any in this particular file. Then at line 465, we should have:
stages.unshift({ id: 'from_any', title: translate('COM_WORKFLOW_GRAPH_FROM_ANY'), position: null });2. joomla-cms/layouts/joomla/form/field/groupedlist-transition.php
Please add the COM_WORKFLOW_GRAPH_FROM_ANY language string in this file.
These are the only remaining changes required - there are no other instances of From Any that need to be updated.
Once again, thank you for the thorough testing and for your time on this.
@Dileepadari if you do a pull request on this branch of mine then i can simply merge it
@brianteeman I have created the pull request to your branch. Thank you
| Labels |
Added:
Language Change
bug
PR-6.1-dev
|
||
| Category | Administration com_workflow Language & Strings | ⇒ | Administration com_workflow Language & Strings JavaScript Repository NPM Change Layout |
Thanks @Dileepadari I thought that might be needed I just wasnt certain. I have merged your changes
I have tested this item ✅ successfully on d1617a6
I have tested this item ✅ successfully on d1617a6
| Status | Pending | ⇒ | Ready to Commit |
RTC
| Labels |
Added:
RTC
|
||
Thanks @brianteeman @Dileepadari @bembelimen and @heelc29
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-03-03 07:30:42 |
| Closed_By | ⇒ | tecpromotion | |
| Labels |
Added:
NPM Resource Changed
|
||
I have tested this item ✅ successfully on 2e1c798
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/47234.