Actions
Defect #4986
closedCreating tasks and selecting the type
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-03-04
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I'm building a custom interface for some features regarding inetegrations with our own software and for that i needed to create a new column on the project trackers table:
ALTER TABLE `redmine`.`projects_trackers` ADD COLUMN `id` INT(11) DEFAULT NULL FIRST;
Since ActiveRecord does not support an auto key here, i have a working trigger to increment the ID.
It was working well except that when adding a new task, the combobox with the tracker types uses that column (id) for the tracker id instead of the ID from the "trackers" table and it's breaking my solution.
Any ideas?
Best
Actions