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
The text editor views (rules, config) allow the user to navigate away from the editor while unsaved changes are present. When the user navigates back the unsaved changes are gone.
The system does however appear to track some notion of the missing state, this is evident from the rules editor
Edit rule text
Navigate away without saving
Attempt to deploy from another view
Observe the unsaved rules dialog
The text was updated successfully, but these errors were encountered:
Is the intent to discard changes upon navigation? Perhaps the unsaved dialog should show up when attempting to navigate away with unsaved changes present and then discard them to avoid this dialog in other pages?
Notify user of unsaved text when navigating away from editor.
The user can decide whether to remain on the page, or discard unsaved
changes to navigate away.
Closes#912
The text editor views (rules, config) allow the user to navigate away from the editor while unsaved changes are present. When the user navigates back the unsaved changes are gone.
The system does however appear to track some notion of the missing state, this is evident from the rules editor
The text was updated successfully, but these errors were encountered: