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
Right now form element and concept names are varchar(255) and if the user tries to save the name of length more than 255 chars then the request fails on the DB.
Either we should increase this limit or the client should not allow users to type more than 255 characters
The text was updated successfully, but these errors were encountered:
Right now form element and concept names are varchar(255) and if the user tries to save the name of length more than 255 chars then the request fails on the DB.
Either we should increase this limit or the client should not allow users to type more than 255 characters
The text was updated successfully, but these errors were encountered: