On the orders overview, the Workflow column renders each of the current user workflow actions as a separate flat button (for example Approve, Reject and the act link side by side), instead of folding them into a single operations dropbutton like the standard Operations column and the "My actions" list.
The fix reuses Orchestra own PendingActionLinksTrait (the same helper the pending-actions list uses) and returns a single operations element, so the column reads as one control. The act link is the primary button, with any directly-signalable outcomes folded into the dropdown; guarded and interaction-owned outcomes stay off the inline list, reached only by opening the node.
No behavior change beyond the rendering.
Issue fork yoyaku-3610507
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 #4
mably commented