#11390 closed enhancement (fixed)
Don't create Query links in ticket box when QueryModule isn't enabled
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.0.2 |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | query links QueryModule |
Cc: | Branch: | ||
Release Notes: |
Values in the ticket properties box are not query-linked when |
||
API Changes: | |||
Internal Changes: |
Description
When the QueryModule
isn't enabled the query links in the ticket properties box link to a page with a TracError
:
Error: Not Found
The proposed change is to only add the links if QueryModule
is enabled.
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
Status: | new → assigned |
---|
comment:2 by , 11 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
There was a problem with the patch that added the id
tag to the form. Multiple forms are generated, so duplicate ids would exist when plugins were installed. This is fixed in the change that was committed. The test case has also been improved.
Committed to 1.0-stable in [12309] and merged to trunk in [12310].
Proposed changes can be found in log:rjollos.git:t11390.