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
@novakzaballa This wasn't fully fixed by #4327 - there's a bug still when trying to save required fields without providing a value:
Screen.Recording.2024-07-31.at.13.20.35.mov
Possibly the easiest way to solve this would be to have the validations for fields be checked on input for the field, and not when the field is unfocused. Let me know if I can clarify anything else on this.
@novakzaballa This wasn't fully fixed by #4327 - there's a bug still when trying to save required fields without providing a value:
Possibly the easiest way to solve this would be to have the validations for fields be checked on input for the field, and not when the field is unfocused. Let me know if I can clarify anything else on this.
Hey @rolodato, I'll take a look at it. Thanks for the feedback.
How are you running Flagsmith
Describe the bug
When saving any of these changes to metadata in a feature, no error is shown and the changes are not persisted after refreshing the page:
Steps To Reproduce
Expected behavior
Users should not be allowed to save changes to features that have invalid metadata fields (invalid type or missing value on a required field).
Screenshots
metadata.saving.feature.mov
The text was updated successfully, but these errors were encountered: