Modify ↓
Opened 16 years ago
Closed 16 years ago
#3253 closed defect (invalid)
Reports contain undefined dynamic variables and thus fail
Reported by: | Owned by: | Russ Tyndall | |
---|---|---|---|
Priority: | lowest | Component: | TimingAndEstimationPlugin |
Severity: | trivial | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
When T+E is installed, it adds some reports. The SQL used in the reports contains several dynamic variables, such as $NEW, $ASSIGNED, $REOPENED, and $CLOSED. This leads to an error when any report is run:
:Report execution failed: Dynamic variable '$NEW' not defined
I believe the only defined dynamic variable is $USER and anything passed in as a GET parameter; are the new variables supposed to be picked up from somewhere else?
Attachments (0)
Change History (1)
comment:1 Changed 16 years ago by
Priority: | normal → lowest |
---|---|
Resolution: | → invalid |
Severity: | critical → trivial |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The reports for T&E are accessible via the management screen not from the reports screen.
SEE #830