You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to do some custom checks before a save but I don't want to rewrite the workflow.
So I expected an event like "ForumEvents::USER_POST_CREATE_SUCCESS" but I can only found "ForumEvents::USER_TOPIC_REPLY_SUCCESS" where you use an "UserTopicEvent" so I can't hook the post I just create.
In the UserTopicEvent I have an array of posts but I don't have my new post in yet.
Do you have any issue for this ?
Could you help me please?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I need to do some custom checks before a save but I don't want to rewrite the workflow.
So I expected an event like "ForumEvents::USER_POST_CREATE_SUCCESS" but I can only found "ForumEvents::USER_TOPIC_REPLY_SUCCESS" where you use an "UserTopicEvent" so I can't hook the post I just create.
In the UserTopicEvent I have an array of posts but I don't have my new post in yet.
Do you have any issue for this ?
Could you help me please?
Thanks in advance.
The text was updated successfully, but these errors were encountered: