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 becomes Drupal\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

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 » Postponed

Postponed 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.

  • mably committed b72885d0 on 1.x
    task: #3613843 Follow the Orchestra pending-actions finder move to the...
mably’s picture

Status: Postponed » 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.