- Issue created by @ajits
- Merge request !10Issue #3498216: Add drush command to set draft workflow state. → (Open) created by ajits
- 🇮🇳India ajits India
Created a drush command. The hooks
hook_install
andhook_modules_installed
did not work. They seem to be executed very early. - Status changed to Needs work
18 days ago 10:48am 18 March 2025 - 🇮🇳India ajits India
@amateescu - I tried to move the logic to
hook_install
as you suggested; however, I still get the error that pushed to me to write the command in the first place:Field entity_workflow_workspace is unknown.
- 🇮🇳India ajits India
I have pushed the code to
hook_deploy_NAME
instead. Please let me know if I should remove the Drush command.