makkinga / statamic-hooker

Addon for making webhooks in Statamic
MIT License
1 stars 0 forks source link

Undefined property: Statamic\Events\Data\SubmissionSaved::$data #4

Open mar627 opened 5 years ago

mar627 commented 5 years ago

Hey! Keep hitting this error on a saved submission hook:

ErrorException in HookerListener.php line 130:
Undefined property: Statamic\Events\Data\SubmissionSaved::$data

The formset only has a single field, email. It is the only hook I have in Hooker!

The form is set to store submissions and works fine with hooker disabled. Even with it enabled the form submits and submission is stored, yet I hit the error and the hook isn't sent :( Statamic 2.11.12 fresh install no other add-ons

Thanks :)

makkinga commented 5 years ago

Hi @mar627,

I will have a look into this in the coming few days. Probably this evening.

Thanks for your interest in the addon and for reporting the bug.

Gydo