Modify ↓
#13224 closed defect (fixed)
Failure on Empty mp_backlog table
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | MultiProjectBacklogPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: | 1.2 |
Description
When starting a new database, creating new tickets errors out. A screenshot is attached. web_ui queries the mp_backlog for max(rank), but receives nothing from the database because there is nothing to see.
Python tries to increment this rank, but there's nothing increment so it bombs.
Attachments (1)
Change History (5)
Changed 7 years ago by
Attachment: | trac-multiprojectbacklog-error.png added |
---|
comment:2 Changed 7 years ago by
Owner: | changed from Cinc-th to Ryan J Ollos |
---|---|
Status: | new → accepted |
Note: See
TracTickets for help on using
tickets.
Screenshot of empty mp_backlog error