Bug #8213 Can not add priorities to projects
Submitted: 31 Jan 2005 15:13 Modified: 31 Jan 2005 20:03
Reporter: Vincent Iovino Email Updates:
Status: Not a Bug Impact on me:
None 
Category:Eventum Severity:S1 (Critical)
Version:1.4 OS:Linux (Fedora 2)
Assigned to: Bryan Alsdorf CPU Architecture:Any

[31 Jan 2005 15:13] Vincent Iovino
Description:
Not able to enter priorities into projects. I get an error message stating "An error occurred while trying to add the new priority."

How to repeat:
Click Edit Priorities to add priority.
Type in Priority "High".
Click Create Priority Button.
[31 Jan 2005 19:17] Vincent Iovino
We figured it out. Table <%>_priority Field Pri_Id is a TinyInt which max's out at 255. We reset it to INT and it now works fine.
[31 Jan 2005 20:03] Bryan Alsdorf
You will also need to update the issue.iss_pri_id field to be the same datatype. I  am going ahead and changing the schema so this doesn't happen again in the future.