Orchestra is moving PendingActionsFinder out of orchestra_ui and into its base module, where the eight services it depends on already live. The finder is not a UI concern: it answers "what may this account act on right now", and every surface that offers somebody their own work asks it, including the personal Views that cannot depend on the admin UI.
yoyaku_orchestra_order is one of those consumers, and it is the evidence for the move: a booking module had to reach into Orchestra's admin UI for a service about work items. Its workflow column takes the finder, so it needs the new namespace and service id:
yoyaku_orchestra_order.services.yml: the argument becomes@orchestra.pending_actions.OrderWorkflowColumn: the import becomesDrupal\orchestra\PendingActionsFinder.
Two lines, no behavior change. Postponed on the Orchestra side landing first, otherwise this breaks against the current release.
Parent issue: #3613841: Make the personal task and request views usable in place of the pages they mirror
Issue fork yoyaku-3613843
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 commentedPostponed on #3613841: Make the personal task and request views usable in place of the pages they mirror, which moves the finder. MR is up and is a two-line consumer update; it should land right after the parent.
Comment #5
mably commented