Modify ↓
Opened 16 years ago
Closed 16 years ago
#3098 closed enhancement (fixed)
(xref) Hint message can also be set up by an ini file.
Reported by: | anonymous | Owned by: | Eli Carter |
---|---|---|---|
Priority: | normal | Component: | AdvancedTicketWorkflowPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
The text of hint is being fixed now. It is made to want you to be able to set up by an ini file about hint.
For example,
hint = 'The specified ticket will be cross-referenced with this ticket'
to
hint = actions[action].get('hint', 'The specified ticket will be cross-referenced with this ticket')
.ini file sample
dup.hint = Some Message
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Implemented in [3940].