Modify ↓
Opened 15 years ago
Closed 15 years ago
#5756 closed defect (fixed)
Corrected Transformer.replace call for label magic
Reported by: | Owned by: | obs | |
---|---|---|---|
Priority: | high | Component: | BlackMagicTicketTweaksPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
This isn't a serious issue it's more of a cleanup thing that happened to break another plugin. The re-label feature in BlackMagicTicketTweaksPlugin was replacing
<label for="field-tracfield">Trac Field</label>
with
My Custom Label
This broke CondFieldsPlugin which depends on the label[@for=""] XPath expression. I've attached a patch (hopefully it's correct, I don't do patches often!)
Attachments (2)
Change History (4)
Changed 15 years ago by
Attachment: | blackmagic.py.diff added |
---|
Changed 15 years ago by
Attachment: | blackmagic.py.2.diff added |
---|
comment:1 Changed 15 years ago by
Owner: | changed from Stephen Hansen to obs |
---|---|
Priority: | normal → high |
Note: See
TracTickets for help on using
tickets.
Fixed typo