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
I'm using the webhook for create, update and delete features,
I noticed that after the delete event which has event_type: "FLAG_DELETED",
i get after another event of event_type: "FLAG_UPDATED" of the same event with the same previous_state and new_state.
I should not get the updated event
Steps To Reproduce
In Environment setting page, Create Feature Webhook and connect it local server.
In Features page, create feature.
click on the 3 dots , on the new feature, click Remove feature, approve the removal.
a FLAG_DELETED event will be sent into the server, and immediately a FLAG_UPDATED will be sent as well, the FLAG_UPDATED will have the same previous and new state data.
Expected behavior
Only the FLAG_DELETED event should be sent.
Screenshots
No response
The text was updated successfully, but these errors were encountered:
How are you running Flagsmith
Describe the bug
I'm using the webhook for create, update and delete features,
I noticed that after the delete event which has
event_type: "FLAG_DELETED"
,i get after another event of
event_type: "FLAG_UPDATED"
of the same event with the sameprevious_state
andnew_state
.I should not get the updated event
Steps To Reproduce
FLAG_DELETED
event will be sent into the server, and immediately aFLAG_UPDATED
will be sent as well, theFLAG_UPDATED
will have the same previous and new state data.Expected behavior
Only the
FLAG_DELETED
event should be sent.Screenshots
No response
The text was updated successfully, but these errors were encountered: