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

Command icon 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

mably created an issue. See original summary.

mably’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • mably committed 8a7f675d on 1.x
    fix: #3610959 Workflow column outcome operations should be prefixed with...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.