Hello,
I am using the screen customization plugin. I changed the size of the following fields:
- "name" in project's screen ( varchar(100) --> varchar(200) )
- "project" in activity's screen (varchar(100) --> varchar(200))
Whereas increasing their size, I always get the same error when I enter or import a string with a size > 100 (it tells that the size cannot exceed 100). Is that normal ?
Thank you in advance for your return.
Best regards
Well, it's always dangerous to change the size of existing fields.
- "name" in project's screen ( varchar(100) --> varchar(200) )
You must also increase size of field refName in table planningelement
(sorry, the plugin cannot do it automatically, maybe in another version)
- "project" in activity's screen (varchar(100) --> varchar(200))
Project in activity screen is a reference, so you cannot change its size...
Hello,
Thank you for your return.
Best regards