In the orders overview "Workflow" column, the outcome operations (for example "Approve" and "Reject") are rendered without their step label.
OrderWorkflowColumn folds every parked node of the instance into one operations dropbutton, but it calls the shared PendingActionLinksTrait::pendingActionLinkEntries() without the prefix_node flag, so the outcome links are not prefixed with their node label.
When more than one human node is parked on the same instance and two of them expose an identically labelled outcome (for example both an "Approve"), the folded dropbutton shows indistinguishable entries and the operator cannot tell them apart.
orchestra_ui's own InstanceListForm, which folds nodes the same way, already passes TRUE for that flag. OrderWorkflowColumn should do the same, so each outcome renders as "{step}: {outcome}".
Issue fork yoyaku-3610959
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mably commented