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
When saving changes within a modal (i.e. feature states, segments, segment overrides, possibly others), the Save button is disabled while requests are still pending. However, if a request fails, the button is never re-enabled and requires a page reload to be clickable again. This effectively means losing all your UI state, which can be very frustrating.
Steps To Reproduce
See video below.
Force a request initiated by saving within a modal to fail somehow. For example, manually block a request needed to save a feature using developer tools:
Save a feature, forcing a request to be blocked
The Save button is never re-enabled and requires a full page reload to work again
Expected behavior
Saving within modals should have proper error handling and eventually always re-enable the Save button.
The error message should be displayed to the user, requiring manual dismissing to allow time to copy/paste or screenshot the error.
Screenshots
save.fail.mov
The text was updated successfully, but these errors were encountered:
How are you running Flagsmith
Describe the bug
When saving changes within a modal (i.e. feature states, segments, segment overrides, possibly others), the Save button is disabled while requests are still pending. However, if a request fails, the button is never re-enabled and requires a page reload to be clickable again. This effectively means losing all your UI state, which can be very frustrating.
Steps To Reproduce
See video below.
Expected behavior
Saving within modals should have proper error handling and eventually always re-enable the Save button.
The error message should be displayed to the user, requiring manual dismissing to allow time to copy/paste or screenshot the error.
Screenshots
save.fail.mov
The text was updated successfully, but these errors were encountered: