codefog / contao-events_subscriptions

Contao extension that allows members of your website to subscribe to the events
MIT License
10 stars 5 forks source link

Blank entry in events if member gets deleted #80

Closed Kahmoon closed 2 years ago

Kahmoon commented 2 years ago

Actually when a member gets deleted, a blank subscription will stay in events. Thats bad because you have to check every event after deleting a member because this is blocking free slots.

This happens pretty rare....but anyways. Could this be avoided by delete * from tl_event_subscription where memberid = deletedmemberid via hook?

SCR-20220301-hh2

Bildschirmfoto 2022-03-01 um 12 39 27
Kahmoon commented 2 years ago

Any updates on this issue? Is this possible via hook?