Modify ↓
Opened 12 years ago
Last modified 5 years ago
#10332 new defect
The backlog field is not a drop-down list in Trac 1.0
Reported by: | Ryan J Ollos | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | BacklogPlugin |
Severity: | normal | Keywords: | |
Cc: | Anna Nachesa, Bart Ogryczak | Trac Release: | 0.12 |
Description
The backlog ticket field is text field, not a drop-down list in Trac 1.0. Tickets are still assigned to the correct backlog if the field is completed correctly. If a backlog is not entered, the following error results:
Trac detected an internal error: AttributeError: 'Backlog' object has no attribute 'name'
If a non-existent backlog is entered, the following error results:
Trac detected an internal error: BacklogException: Failed to retrieve backlog with name=Some non-existent backlog
Attachments (0)
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 5 years ago by
Owner: | Ryan J Ollos deleted |
---|
Note: See
TracTickets for help on using
tickets.
(In [12010]) Refs #10332, #10333: FIX: The ticket custom-field
Backlog
was not being correctly populated in Trac 1.0 (Note: this issue will be irrelevant though once #10333 is implemented).