Opened 17 years ago
Closed 17 years ago
#1833 closed defect (duplicate)
"Disallow closing blocked tickets" functionality doesn't work
Reported by: | Owned by: | Noah Kantrowitz | |
---|---|---|---|
Priority: | normal | Component: | MasterTicketsPlugin |
Severity: | normal | Keywords: | close ticket blocked |
Cc: | martin.marcher@…, Matt Callaghan | Trac Release: | 0.11 |
Description
Can't get "Disallow closing blocked tickets" to work for me on Trac 0.11dev-r5849.
Steps:
- Create two new tickets (#20, #21)
- For ticket:21 set property: Blocking = "20"
- Close ticket:20. At this stage an error or warning message was expected, but instead ticket closes.
Attachments (0)
Change History (5)
comment:1 Changed 17 years ago by
Cc: | martin.marcher@… Matt Callaghan added; anonymous removed |
---|
comment:2 Changed 17 years ago by
Yes, the DIGIT of the ticket appears, but it doesn't link to the ticket.
comment:3 Changed 17 years ago by
Using r2430. "Blocked By" and "Blocking" fields refer (without Trac Links - just numbers) each other in both tickets.
comment:4 Changed 17 years ago by
Please verify that the mastertickets.web_ui
module is actually activated. This does both the linkification and the enforcement of the blocking rules.
comment:5 Changed 17 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
You are right. Module "mastertickets.web_ui" can't load due to error like in #1781. Currently installed Genshi 0.43 doesn't contain module genshi.filters.transform. So, we are waiting for new release of Genshi 0.5 which will include Transformation framework. Sorry to trouble you, but IMHO this should be noted in requirements.
What rev of the plugin are you running? This works fine on my dev server. Do you actually see something in the "Blocked by" field of the blocked ticket?