-
Type:
Bug
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Editor general
-
Low
-
[🐞 Fix] Increase check for project description max length to the allowed value
-
Emptyshow more show less
The problem:
From the original TS issue (see link)
We have noticed that if a project description is longer than 500 characters, you cannot proceed when you click the 'Continue' button on the first page when creating a project. However, you do not receive an error message.
Currently, a message only appears when the 1,000-character limit is exceeded, even though 500 seems to be the limit. Could you adjust this?
Solution:
Fix check for project description length to 1000 characters