Open alessmar opened 2 years ago
I forgot to specify the the lifecycle hook is triggered on beforeCreate and beforeUpdate events.
I forgot to specify that the lifecycle hook is triggered on beforeCreate and beforeUpdate events.
I didn't understand your question.
Hi, first of all thank you for this awesome plugin, it works like a charm with ver 4.4.5 (the latest at this time).
I was wondering if there's a way to trigger the rendering of new content. I have a lifecycle hook that needs to update the text inserted, I can see from the logs that the content of this specific field is properly updated (through
event.params.data.myfield = updatedHtml;
in the lifecycle hook) but the content in the editor is not updated. I need to go back and click on edit a second time.Is there a way to automatically update the editor's content ?