Opened 15 years ago
Closed 15 years ago
#6980 closed defect (fixed)
Tweaked labels everywhere
Reported by: | anonymous | Owned by: | obs |
---|---|---|---|
Priority: | normal | Component: | BlackMagicTicketTweaksPlugin |
Severity: | normal | Keywords: | |
Cc: | ilic.ferretti@… | Trac Release: | 0.11 |
Description
First of all thank you for this nice hack.
I'm using it to add some additional ticket status definition to be used when ticket is still open (at present moment I defined 'active', 'suspended' and 'to be tested'). To do this I used Severity field, tweaked to "Working status".
I noticed that label tweak applies correctly when entering the ticket, but not elsewhere. For the case of reports it is not great problem, as it can be solved with an sql AS statement, but in other cases (i.e. the summary on the top of the ticket page) I still see old label 'Severity'.
It is not a serious problem, but if it could be solved I would really appreciate it.
Attachments (0)
Change History (4)
comment:1 Changed 15 years ago by
Priority: | low → normal |
---|---|
Status: | new → assigned |
Type: | enhancement → defect |
comment:2 Changed 15 years ago by
Also interested in having this feature. If you want to give me a hint about what needs to be done I can take a shot at making a patch.
Thanks for this great plugin.
comment:3 Changed 15 years ago by
If you want to try patching look at the bit that makes the custom labels under the "ticket.html" template and copy it up to the "query.html" template then just tweak it to fit. I might have a fix today depends how busy I am.
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Issue confirmed in trac 0.11.7. I'll create a patch asap.