Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[Workflow] Make many internal services as hidden#35321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
For the generated ids, I think this is OK, but for the static names, isn't this a BC break? |
I don't know. You tell me :) |
reverted |
Thank you@lyrixx. |
This PR was merged into the 5.1-dev branch.Discussion----------[Workflow] Make many internal services as hidden| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | yes| Deprecations? | no| Tickets |Fix#35197| License | MIT| Doc PR |I "removed":* transitions* auto-generated guard listener (when enable via the configuration)* auto-generated audit trail listener (when enable via the configuration)* abstract workflow definition for the workflow and state machineI kept* the registry* the workflow (of course)* its definition: I know people are using it* `workflow.twig_extension` the twig extension because all others twig extensions are not hidden - but could IMHO* the default marking store* the command to dump the workflow (SVG)* The local expression languageCommits-------b4776d6 [Workflow] Make many internal services as hidden
Uh oh!
There was an error while loading.Please reload this page.
I "removed":
I kept
workflow.twig_extension
the twig extension because all others twig extensions are not hidden - but could IMHO