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
Typically, a good way to see an Entry's latest "Revision Notes" is like this...
{{ entry.currentRevision.revisionNotes }}
However, this does not work within the body of a triggered message. It seems the currentRevision is not yet accessible when the event is triggered. Part of the issue can be traced back to this line in Craft core.
Can we figure out why entry.currentRevision is not available when the notification is triggered? 🤔
The text was updated successfully, but these errors were encountered:
Typically, a good way to see an Entry's latest "Revision Notes" is like this...
However, this does not work within the body of a triggered message. It seems the
currentRevision
is not yet accessible when the event is triggered. Part of the issue can be traced back to this line in Craft core.Can we figure out why
entry.currentRevision
is not available when the notification is triggered? 🤔The text was updated successfully, but these errors were encountered: