MR !52 (issue #3611917) moved the booking workflow onto workflow profiles resolved through the resource type, then the tenant, then the site default. The resolution works, but the profiles could not be managed from the UI:
- The workflow profiles list (/admin/booking/workflow-profiles) and the workflow settings page (/admin/booking/workflow-settings) had no menu link, so they were unreachable from the Booking admin menu.
- The resource type and tenant forms had no field to set their workflow profile, so a per-type or per-tenant override could only be set in code.
This adds the two menu links under the Booking admin menu, and a Workflow profile picker on the resource type and tenant forms. The picker is added by yoyaku_orchestra altering the yoyaku_ui forms and is stored as a third-party setting, the same key the resolver reads, so yoyaku_ui keeps no dependency on the workflow.
Issue fork yoyaku-3611921
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 commentedComment #5
mably commented