No Code Attached Yet
avatar heelc29
heelc29
26 Feb 2026

Steps to reproduce the issue

enable workflow integration for content component and language debug

Actual result

Not translatable
Image
Image

missing language key; js error undefined
Image

Double translation
Image

avatar heelc29 heelc29 - open - 26 Feb 2026
avatar joomla-cms-bot joomla-cms-bot - change - 26 Feb 2026
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 26 Feb 2026
avatar brianteeman
brianteeman - comment - 26 Feb 2026

confirmed

avatar brianteeman
brianteeman - comment - 26 Feb 2026

I created a pull request to fix the shortcuts #47233

avatar brianteeman
brianteeman - comment - 26 Feb 2026

Possible PR for the "For Any" issue #47234 but i am not 100% confident with it

avatar brianteeman
brianteeman - comment - 4 Mar 2026

PR for missing COM_WORKFLOW_GRAPH_STAGE_DEFAULT #47290

avatar brianteeman
brianteeman - comment - 4 Mar 2026

@Dileepadari please can you look at this line
{{ sprintf('COM_WORKFLOW_GRAPH_TRANSITION_REF', edge.data.title, stages.find((s) => s.id === parseInt(edge.source, 10))?.title, stages.find((s) => s.id === parseInt(edge.target, 10))?.title) }}

the sprintf is not working correctly and generating text like

Transition: Write Article,Idea,Copywriting from stage undefined to undefined. Status of transition Write Article: Enabled.

avatar Dileepadari
Dileepadari - comment - 4 Mar 2026

@brianteeman and @heelc29 , Thanks for identifying the issues, I have resolved both the issues: sprintf function and added language strings from yes and no in the pr #47299 . Thanks

avatar brianteeman
brianteeman - comment - 4 Mar 2026

thanks - if you could test #47290 and #47276

avatar tecpromotion tecpromotion - change - 9 Mar 2026
Status New Closed
Closed_Date 0000-00-00 00:00:00 2026-03-09 16:20:31
Closed_By tecpromotion
avatar tecpromotion tecpromotion - close - 9 Mar 2026

Add a Comment

Login with GitHub to post a comment