Studio UI: Need official extension point to add custom fields to Workflow Transition modal (no component to override) #18891
Unanswered
Chauhan-Mukesh
asked this question in
Q&A / Support
Replies: 1 comment
-
|
Please repost on https://github.com/pimcore/studio-ui-bundle/issues |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem statement
I need to add custom Select fields (reviewers, dependent references) into the Workflow Transition modal when an object transition happens. This was possible in Pimcore Admin (ExtJS) via panel overrides. In Studio UI, I can’t find a documented component/slot/processor to extend the workflow modal form, and attempts to override a modal component fail because no workflow modal is registered in the ComponentRegistry.
Environment
What I want to do
What I tried
Attempted override via container + serviceIds.
Observed logs/errors:
Processor Registry pattern
DOM MutationObserver workaround
Sample service/hook used
Questions/requests
Here is current feature Screenshot that I implemented in ExtJS:
Here, in current UI I've added two select boxes on notes modal, which is commonly used to add comments while workflow state change.
Thanks in advance for clarifying the supported extension mechanism for workflow transition modals in Studio UI.
Beta Was this translation helpful? Give feedback.
All reactions