RTC Language Change NPM Resource Changed bug PR-6.1-dev Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
26 Feb 2026

Pull Request partially resolves #47231 .

  • I read the Generative AI policy and my contribution is either not created with the help of AI or is compatible with the policy and GNU/GPL 2 or later.

Summary of Changes

Make the text "From Any" translatable

Testing Instructions

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

Actual result BEFORE applying this Pull Request

From Any was not translatable
image

Expected result AFTER applying this Pull Request

From Any is Translatable

image

Link to documentations

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

avatar brianteeman brianteeman - open - 26 Feb 2026
avatar brianteeman brianteeman - change - 26 Feb 2026
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 26 Feb 2026
Category Administration com_workflow Language & Strings
avatar bembelimen bembelimen - test_item - 27 Feb 2026 - Tested successfully
avatar bembelimen
bembelimen - comment - 27 Feb 2026

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.

avatar brianteeman
brianteeman - comment - 27 Feb 2026

@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

avatar richard67 richard67 - change - 27 Feb 2026
Title
[6.1]Workflow Graph Translate "From Any"
[6.1] Workflow Graph Translate "From Any"
avatar richard67 richard67 - edited - 27 Feb 2026
avatar bembelimen
bembelimen - comment - 1 Mar 2026

Sorry for the late reply, I talked with @Dileepadari as he knows best, where to look. He will answer hopefully soon.

avatar brianteeman
brianteeman - comment - 1 Mar 2026

@bembelimen thanks

avatar Dileepadari
Dileepadari - comment - 1 Mar 2026

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.

avatar brianteeman
brianteeman - comment - 1 Mar 2026

@Dileepadari if you do a pull request on this branch of mine then i can simply merge it

avatar Dileepadari
Dileepadari - comment - 1 Mar 2026

@brianteeman I have created the pull request to your branch. Thank you

avatar brianteeman brianteeman - change - 1 Mar 2026
Labels Added: Language Change bug PR-6.1-dev
avatar joomla-cms-bot joomla-cms-bot - change - 1 Mar 2026
Category Administration com_workflow Language & Strings Administration com_workflow Language & Strings JavaScript Repository NPM Change Layout
avatar brianteeman
brianteeman - comment - 1 Mar 2026

Thanks @Dileepadari I thought that might be needed I just wasnt certain. I have merged your changes

avatar heelc29 heelc29 - test_item - 1 Mar 2026 - Tested successfully
avatar heelc29
heelc29 - comment - 1 Mar 2026

I have tested this item ✅ successfully on d1617a6


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/47234.

avatar tecpromotion tecpromotion - test_item - 3 Mar 2026 - Tested successfully
avatar tecpromotion
tecpromotion - comment - 3 Mar 2026

I have tested this item ✅ successfully on d1617a6


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/47234.

avatar tecpromotion tecpromotion - change - 3 Mar 2026
Status Pending Ready to Commit
avatar tecpromotion
tecpromotion - comment - 3 Mar 2026

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/47234.

avatar tecpromotion tecpromotion - change - 3 Mar 2026
Labels Added: RTC
avatar tecpromotion
tecpromotion - comment - 3 Mar 2026
avatar tecpromotion tecpromotion - change - 3 Mar 2026
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
avatar tecpromotion tecpromotion - close - 3 Mar 2026
avatar tecpromotion tecpromotion - merge - 3 Mar 2026

Add a Comment

Login with GitHub to post a comment