Hi, I'm also looking for a way to define a custom order for non-custom 
ticket fields and custom ticket fields.

As for the custom there is this possibility:

project = select
project.order = 5

But there is no way to define that for internal fields such as type and 
priority. It would be nice to set the internals in [ticket-custom] as well 
by defining the order only.
There was already a request like this before:
https://trac-hacks.org/ticket/2642#comment:11

Is redefining the CS template the only way? Which template define the 
ticket fields?

br, Mo

Am Freitag, 2. November 2007 04:15:35 UTC+1 schrieb ConnieRunOnTrac:
>
> Geoff
> Thanks for reply. I actually figured this out: In the cs template
> file, I did this:
>
>      <?cs if: field.label == 'O/S' ?><?cs set:fullrow = 1 ?>
>      <?cs /if ?>
> 'O/S' is the name of my custom field and the next field now got pushed
> right below it!
>
> On Nov 1, 4:32 pm, Geoff Robinson <[email protected]> wrote:
> > Hi, this doesn't exactly answer the absolute ordering question - but
> > when I was working through this I used custom fields as spacers with
> > only ':' as content.  In your case you would use 4 spacers ordered so
> > they would offset your other custom fields properly.
> >
> > Hope this helps,
> >
> > Geoff
> >
> > On Nov 1, 10:35 am, ConnieRunOnTrac <[email protected]> wrote:
> >
> > > Hi I need help on the following, wondering if anyone can answer this?
> >
> > > I would like to control the ABSOLUTE order of the custom and out of
> > > the box fields. I know in ini file, I can specify the ORDER using
> > > ".order" under the [ticket_custom] section. I searched through google,
> > > but could not find anything....help! I want to do something like this:
> > > any idea?? In the ticket properties, I want the fields to show up with
> > > the following order
> >
> > > Priority              Keywords
> > > Severity             Assign to
> > > Component        --empty--
> > > Custom field 1    Custom field 2
> > > Custom field 3    Custom field 4
> > > Custom field 5    --empty--
> > > Custom field 6    --empty--
> > > Custom field 7    --empty--
> >
> > > Thanks in advance!
>
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to