Making limitation flexible #383
SebDaniViaDanubius
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had a problem with the length limitation in TimeEntry class for the Comments field (255 chars). There were comments that were 471 characters long.
I was forced to hack this:
This way I can set the limit up to 1000 (in my code).
Someone could put this change in the master.
Beta Was this translation helpful? Give feedback.
All reactions