Actions
Defect #751
closedMultiple "new"s in filing new ticket
Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-02-28
Due date:
% Done:
100%
Estimated time:
Resolution:
Affected version:
Description
When filing a new issue (a bug, feature, or another tracker), the top choice in "status" is repeated in the dropdown. That is:
<select id="issue_status_id" name="issue[status_id]"><option value="1" selected="selected">New</option>
<option value="1" selected="selected">New</option>
<option value="2">Assigned</option>
We've confirmed that it's only in the configuration once.
Actions