Login or Register

RSS IconRecent posts in this topic

avatar
cjvr on May 23. 2008. 7:45 pm
I would like to add some additional options to the list of project status choices. I have gone as far as noticing that the status field in the database is of type ENUM. How "hardcoded" are these values? Does the system query MySQL for the acceptable values or is the list also hardcoded into the code?
avatar
Ilija Studen on May 23. 2008. 7:49 pm
They are not extensible. All of them have special meaning and behavior is hardcoded. While you may try to extend the list if will not be as simple as adding another value to the ENUM.
activeCollab team member | LinkedIn
avatar
cjvr on May 23. 2008. 7:50 pm
Darn...

RSS IconRecent posts in this topic