On Tue, Sep 30, 2014 at 1:36 PM, Tony Papadimitriou <to...@acm.org> wrote:

> When editing a ticket, the 'Subsystem' drop-down list is blank.
>
> Question: How do I enter new values, or how do I define the possible
> values from which to choose?
>
> Since I keep multiple applications in a single repository (because they
> all depend on common library code), I would like to use this to know to
> which application the tickets refers without taking space from the actual
> ticket description.
>

In Admin ==> Tickets ==> Common you'll see a TH1 script, inside of which
you might see:


set subsystem_choices {
}

(simply add it if it's not there)

Which you should then change to, e.g.:

set subsystem_choices {
  Library_Foo
  GUI
  Library_Bar
}

(Not sure what the quoting rules are for spaces - maybe Richard or Joe can
enlighten us both in that regard.)

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to