Modify ↓
#10984 closed defect (fixed)
Redefined labels show without colons when submitting a ticket
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | BlackMagicTicketTweaksPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
When submitting a ticket with custom labels configured, the label does not show with colons.
I haven't tried fixing this, but I have a feeling that it's as simple as appending a colon to the field label under #ticket page
in blackmagic.py.
Attachments (0)
Change History (6)
comment:1 Changed 12 years ago by
Owner: | changed from obs to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:2 Changed 12 years ago by
Replying to ngpitt@xphysics.net:
I haven't tried fixing this, but I have a feeling that it's as simple as appending a colon to the field label under
#ticket page
in blackmagic.py.
You are right. We are replacing the text content of the label
, but failing to append a colon again, as was done when the text was initially rendered.
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 12 years ago by
Here is the configuration that I used for testing:
[blackmagic] priority.label = Importance tweaks = priority
Note: See
TracTickets for help on using
tickets.
Thanks for the report, I will take a look.