[rt-users] Change the "Modify Ticket" options on blue bar

Stephen Turner sturner at MIT.EDU
Thu May 29 15:53:01 EDT 2008


At 03:49 PM 5/29/2008, Kenneth Crocker wrote:
>Stephen,
>
>         Toward the bottom of the code in file 
> "Tabs" the following code exists:
>
>if ( (defined $actions->{A} || defined $actions->{B} || defined $actions->{C})
>     && (defined $actions->{E} || defined 
> $actions->{F} || defined $actions->{G}) ) {
>
>     if    (defined $actions->{C}) { $actions->{C}->{separator} = 1 }
>     elsif (defined $actions->{B}) { $actions->{B}->{separator} = 1 }
>     elsif (defined $actions->{A}) { $actions->{A}->{separator} = 1 }
>}
>
>         What does it do? I can't grok it. Thanks.
>
>Kenn
>LBNL

Kenn,

It's controlling the separators (they appear as 
dots on my screen) between the various ticket options, e.g.

Open · Take ··· Comment · Reply · Resolve

Steve 




More information about the rt-users mailing list