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

Changing subscriber from member to guest will stay member (previous entry) in frontend #99

Open Kahmoon opened 1 year ago

Kahmoon commented 1 year ago

Hi Kamil,

i just got an unusual case. I changed a subscriber, which was member, to a guest with new data. In frontend the value was still the data from member, not the guest. Even the backend shows the guest subscription data. I think this data comes from contao versioning.

When i delete the subscriber (member) and subscribe a new guest...the output ist ok. Data from guest is shown.

Greetings