Modify ↓
Opened 15 years ago
#6233 new defect
needs_upgrade logic is flawed
Reported by: | Owned by: | Sam Bloomquist | |
---|---|---|---|
Priority: | normal | Component: | ScrumBurndownPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
The logic of the burndown.py environment_needs_upgrade is flawed. If the burndown
table does not exist, but the milestone
table has a started
field (created by an other plugin), the needsUpgrade
is set to False
See attached patch for improved logic
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Improved environment_needs_upgrade logic