[rt-users] Custom Field select boxes erroneously displayed as multi-select...?

Richard Foley Richard.Foley at rfi.net
Fri Mar 27 03:22:26 EDT 2009


Hi Ken,

That did it (perfect) thanks very much indeed!

On Thursday 26 March 2009 19:04:44 Jesse wrote:
> I'll quibble with "incorrect" - Though I'd be very happy if this were
> per-field settable.
>
I concede on your quibble, although it would seem like a useful 
changable "default" setting on the customField creation page.

Patch anyone ?-)

--
Richard Foley
Ciao - shorter than aufwiedersehen

http://www.rfi.net/

On Thursday 26 March 2009 19:52:09 Ken Crocker wrote:
> Richard,
> 
> 
>     I was given the following code to modify the way Custom Fileds are 
> presented:
> 
> #   To modify the way certain Custom Fields are set up for entering data,
> #   the following code should be *added* after line #76 and before the 
> last "return"
> #   command in the directory 
> /$RTHOME/rt-3.6.4/local/html/Elements/*EditCustomField
> #
> ***
> 
>  if ($Type eq "Text")
>     {
>      $Rows = 8;
>      $Cols = 50;
>      }
> elsif ($Type eq "Wikitext")
>     {
>      $Rows = 8;
>      $Cols = 50;
>     }
> elsif ($Type eq "Select" and $MaxValues == 1)
>    {
>     $Rows = 1;
>     $Cols = 30;
>    }
> 
>     Hope this helps.
> 
> 
> Kenn
> LBNL
> 
> On 3/26/2009 10:37 AM, Richard Foley wrote:
> > Hi Ken,
> >
> > Yes please, that sounds perfect :-)
> >
> >   
> 





More information about the rt-users mailing list