Ticket #3098 (closed enhancement: fixed)

Opened 3 months ago

Last modified 2 months ago

(xref) Hint message can also be set up by an ini file.

Reported by: anonymous Assigned to: retracile
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

Change History

07/02/08 21:50:44 changed by retracile

  • status changed from new to closed.
  • resolution set to fixed.

Implemented in [3940].


Add/Change #3098 ((xref) Hint message can also be set up by an ini file.)




Change Properties
Action