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
If the Approve Entries field is present on GravityView's Edit Entry screen, approval notifications fire unnecessarily, even if the approval status stays the same.
Steps to Reproduce
Create a notification for any of the approval events (e.g., Entry is Approved)
Add the Approve Entries field to the Edit Entry screen
Edit an entry where the approval status already matches the event condition (e.g., entry is already approved)
Save the entry without changing the approval field
Current Behavior
The notification is triggered every time the entry is edited, regardless of whether the approval status has changed.
Expected Behavior
Notifications should only be sent if the approval status actually changes during the edit.