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
How to reproduce:
Saving the new note of a subscription. Open again the note editor and cancel the editing. The old value (before saving) of the note will appear again.
In subscription detail general tab the problem doesn't seem to happen because the subscription is invalidated an and the new data is fetched after running the modify note workflow. So when clicking cancel the initalValue of the editor already has the new value loaded.
Solution:
apply websocket to the page
The text was updated successfully, but these errors were encountered:
How to reproduce:
Saving the new note of a subscription. Open again the note editor and cancel the editing. The old value (before saving) of the note will appear again.
In subscription detail general tab the problem doesn't seem to happen because the subscription is invalidated an and the new data is fetched after running the modify note workflow. So when clicking cancel the initalValue of the editor already has the new value loaded.
Solution:
The text was updated successfully, but these errors were encountered: