I was working in Admin -> Tickets -> Common and realized that the lists there are just TH1 code. I asked myself, would it work if I changed this:

set type_choices {
   Code_Defect
   Build_Problem
   Documentation
   Feature_Request
   Incident
}

to this?

set type_choices {
   "Code Defect"
   "Build Problem"
   "Documentation"
   "Feature Request"
   "Incident"
}

It appears to work.

Am I missing some fact which makes this a bad idea?

If it's perfectly legal and has no consequence more severe than requiring that you be careful about quoting when you run SQL queries against it, then I suggest the possibility be mentioned on this page:

  http://fossil-scm.org/index.html/doc/trunk/www/custom_ticket.wiki
_______________________________________________
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