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
Some inconsistent behavior in the different parts of the system:
Steps:
Login to the system
Go to the Invariants menu and create ENVIRONMENT variable with long title
Go to the Integration->ENVIRONMENT and try to create new ENVIRONMENT that was just defined in the variables
Actual result:
An unexpected problem occurred. com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'Environment' at row 1
Expected:
If value is too long for using, it should be restricted to create such long variable
The text was updated successfully, but these errors were encountered:
AzestUser
changed the title
User is able to create long string ENVIRONMENT in the variables but can't can't select it in the create environment window
User is able to create long string ENVIRONMENT in the variables but can't select it in the create environment window
Jun 7, 2021
Some inconsistent behavior in the different parts of the system:
Steps:
Actual result:
An unexpected problem occurred. com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'Environment' at row 1
Expected:
If value is too long for using, it should be restricted to create such long variable
The text was updated successfully, but these errors were encountered: