| Labels |
Added:
No Code Attached Yet
|
||
@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.
@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
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-03-09 16:20:31 |
| Closed_By | ⇒ | tecpromotion |
confirmed