webhooks
webhooks copied to clipboard
Hook fires once for every field within the Entry
Description
Hook will fire once for every type of field contained within the Entry.
Steps to reproduce
- Sender class : craft\elements\Entry
- Event name : afterSave
- Filtered out drafts, revisions, propagations
- Debounce key (doesn't matter, but setting it as event.sender.uri does bring it down from "a lot" to 2 since the uri is NULL)
Additional info
- Craft version: 5.4.5.1
- PHP version: 8.3.4
- Database driver & version: MariaDB 10.11.9
- Plugins & versions:
- Neo 5.2.7
- Webhooks 3.1.0
Any Updates regarding this issue?