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
Currently, attempt to add new theme with name that is already present in database leads to Validation Error.
This should be improved on, replacing the server error with proper message to user informing them that operation was not successful due to one of the reasons.
Ideally, this feature should not be restricted to theme name uniqueness only: theme passes validation process based on name length, symbols and name uniqueness. The explanation of why transaction failed should pop up to user according to the cause of validation error.
The text was updated successfully, but these errors were encountered:
Currently, attempt to add new theme with name that is already present in database leads to Validation Error.
This should be improved on, replacing the server error with proper message to user informing them that operation was not successful due to one of the reasons.
Ideally, this feature should not be restricted to theme name uniqueness only: theme passes validation process based on name length, symbols and name uniqueness. The explanation of why transaction failed should pop up to user according to the cause of validation error.
The text was updated successfully, but these errors were encountered: