[rt-users] translate custom lifecycle

Albert Shih Albert.Shih at obspm.fr
Wed Mar 26 14:34:45 EDT 2014


 Le 26/03/2014 à 11:12:10-0700, Justin Killen a écrit
> You have to add transitions into RT_SiteConfig from/to each of your states, like this:
> 
> 
> Set ( %Lifecycles, test => {
> 	initial => ['new'],
> 	active => ['open', 'on_hold', 'waiting'],
> 	...<snip>...
> 	transitions => {
> 		new => [ 'open', 'on_hold', 'waiting'],
> 		open => [ 'new', 'on_hold', 'waiting'],
> 		on_hold => [ 'new', 'waiting', 'open'],
> 		waiting => [ 'new', 'open', 'on_hold'],
> 	},
> 
> 	...<snip>

Sorry...my question isn't very clear....

new/open/on_hold is in english when I choose english in the interface. But
it's in french/german/etc. when I choose french/german/etc. in the interface.

How can I do the same for my own Lifecycle ? 

Regards.

JAS
-- 
Albert SHIH
DIO bâtiment 15
Observatoire de Paris
5 Place Jules Janssen
92195 Meudon Cedex
France
Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71
xmpp: jas at obspm.fr
Heure local/Local time:
mer 26 mar 2014 19:32:41 CET



More information about the rt-users mailing list