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)

Change History (1)

comment:1 Changed 16 years ago by Eli Carter

Resolution: fixed
Status: newclosed

Implemented in [3940].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Eli Carter.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.