Do content handlers trigger on 'Publish Later'? #18204
Unanswered
asteekgoswami
asked this question in
Q&A
Replies: 2 comments
-
It should be triggered; maybe there's a tiny delay or a fraction of a time. The important thing that you register your content handler properly |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please don't cross-post with Discord, or link between the two. Otherwise, people helping you are wasting their efforts. Here's the Discord thread where I'm helping you: https://discord.com/channels/551136772243980291/551137154705653775/1399720739099119736. |
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.
-
In my content handler for the Article content type, I try to set the value of a field during the publish event. This works fine when I publish the content immediately — the handler function is triggered, and the field is updated as expected. However, when I use the "Publish Later" feature, the handler does not get triggered at the scheduled publish time, and the field value is not set. Do you have any idea why the content handler doesn't get triggered on scheduled publish?
Beta Was this translation helpful? Give feedback.
All reactions