Modify ↓
Opened 6 years ago
Closed 6 years ago
#13734 closed defect (fixed)
unable to toggle ignore_closed_tickets
| Reported by: | ealtmann | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | TagsPlugin |
| Severity: | normal | Keywords: | Tag Tags TagCloud ListTagged |
| Cc: | Trac Release: | 1.2 |
Description
In ticket.py class TicketTagProvider the _fetch_tkt_tags method called in __init__ seems to attempt to write to the database in a read-only context (with self.env.db_query as db: ...)?
hence it appears that the tags table is never really synchronized with all existing tickets on initialization...and the tags.ignore_closed_tickets setting does not seem to be reflected in the tag cloud or tag lists
Attachments (0)
Note: See
TracTickets for help on using
tickets.



In 17659: