- 🇮🇳India _pratik_ Banglore
hi,
Patch Not working for 9.5.1,
i am able to publish/unpublish specifically, but not able to do using bulk operations.
any working patch available ?thanks
- Status changed to Needs work
almost 2 years ago 3:58pm 23 February 2023 - 🇺🇸United States smustgrave
Self review
For Drupal 10 applying the patch no longer seeing the options appear.
Issue summary may need to be updated for how to get to show.
- 🇳🇿New Zealand klidifia
Any info regarding the issues in 9.5.1 / 10? Have only tested in 9.4.10 just now -- I applied #215 and it works, however:
I am not sure why there is an access check for the user having edit permissions for the node in question. The permission controlling this functionality should be solely the transition permissions within Content Moderation, like it is with the Content Moderation form that appears on a node (the user does not need edit permissions in order to use that form and transition the node using that form).
- 🇺🇸United States daniel korte Brooklyn, NY
Patch #218 not working for 9.5.4
- last update
over 1 year ago Custom Commands Failed - last update
over 1 year ago Custom Commands Failed - 🇺🇸United States beunerd Providence, Rhode Island
Confirming that the patch in #218 📌 Dynamically provide action plugins for every moderation state change Needs work works on Drupal 9.5.8.
Not sure what might have been going on for @daniel-korte with 9.5.4.
- 🇺🇸United States daniel korte Brooklyn, NY
Yup, disregard #219. It was a configuration issue on my end.
- 🇮🇳India Parashram
Can someone confirm if #218 📌 Dynamically provide action plugins for every moderation state change Needs work works on Drupal 10 or any other update around for D10?
- 🇨🇦Canada joseph.olstad
@Parashram, the moderated_content_bulk_publish module allows similar functionality and is compatible with Drupal 10.
Brief explanation; if you have an out of the box workflow, use 2.0.x, however if you have a custom workflow try 3.0.x and adjust the configuration as necessary to fit your workflow.
Check the readme 2x and the project page for more information. - 🇺🇸United States ec-adam
I can confirm that the patch in #218 works very well in Drupal 10.1.1, PHP 8.1.8!
I tested as an admin and as a user who does not have permission to change to the state they tried to bulk update to. The only thing that seemed a little strange (to me at least) was that the access denied message for the user without permissions came after the bulk operation looked like it had run. Seems like a little better UX to have the message appear before the running the operation (perhaps when the user clicks Apply on the moderation state action screen).
- Status changed to Needs review
about 1 year ago 1:10pm 4 December 2023 - last update
about 1 year ago Custom Commands Failed - Status changed to Needs work
about 1 year ago 1:53pm 4 December 2023 The Needs Review Queue Bot → tested this issue. It fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
This does not mean that the patch needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide → to find step-by-step guides for working with issues.
- last update
about 1 year ago Custom Commands Failed - Status changed to Needs review
about 1 year ago 5:28pm 4 December 2023 - last update
about 1 year ago 30,687 pass, 8 fail - Status changed to Needs work
about 1 year ago 5:40pm 4 December 2023 - 🇺🇸United States smustgrave
Dynamically create/update/delete action instances when:
create/update/delete operation happens on a workflow entity by implementing hook workflow (insert|update|delete).
changes to the workflow entity happen during config import.
changes to the workflow entity are done hook_update_N.According to the issue summary this still needs to be done or marked complete.
- 🇫🇷France andypost
Is there need to keep configurable actions in core? In context of 📌 [PP-1] Move configurable user actions to the actions module Active
59:12 54:22 Running- 🇩🇪Germany demonde
Will this issue be fixed anytime soon?
I have a request where I would like to use content moderation but I cannot do this without bulk operations in the content admin page.
- First commit to issue fork.
- Merge request !8775Issue #2797583: Dynamically provide action plugins for every moderation state change → (Open) created by joegraduate
- 🇺🇸United States joegraduate Arizona, USA
- 🇬🇧United Kingdom altcom_neil
Hi,
Thanks for everyone's work on this so far.
Just creating a fixed diff file from the last commit 2643761b so we can test this in multiple development environments (Drupal 10.3.5 / PHP 8.2.18).
- 🇮🇳India gaurav_manerkar Vasco Da Gama, Goa
Hi,
I have moved
content_moderation_update_110001
to `content_moderation.post_update.php` file to prevent any feature conflict withhook_update_N
implementations