Actions
Defect #1603
closedPriority Not Showing
Status:
Closed
Priority:
Urgent
Assignee:
-
Category:
Issues
Target version:
-
Start date:
2008-07-08
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Ruby - 1.8.6
Rails - 2.0.1
FreeBSD 7.0-RELEASE
For some weird reason, the "Priority" field isn't showing, and I'm unable to select a status in the drop down box. So basically, when I click the drop down box in "priority", nothing shows up.
Also, do you guys have an IRC channel?
Thanks alot!
-John T.
Updated by John Thacher about 17 years ago
- Status changed from New to Resolved
The enumerations table by default, after doing a database migration using rake, was empty. Hence, there were no default priorities, and the systems was not smart enough to display priorities, and therefore, was not displaying them.
Updated by Jean-Philippe Lang about 17 years ago
- Status changed from Resolved to Closed
- Target version deleted (
0.8) - Affected version (unused) deleted (
0.7.2) - Resolution set to Invalid
- Affected version deleted (
0.7.2)
Default priorities can be added to the database on installation. See the install doc.
Actions