I want to hide some fields permanently (but not remove). The current trac.ini has contents
planid = text planid.label = Test Plan I stop the trac server and apache2 . I comment out these fields # do not want to display this field # planid = text # planid.label = Test Plan Then I restart the trac and the apache2. However, the webserver requires me to upgrade the database trac-admin /var/trac/ upgrade Afterward, trac.ini has been reverted to planid = text planid.label = Test Plan *How do I permanently hide this field planid ?* Using trac 0.12.2 with apache2 and sqlite database. Plugin TestManagerForTracPlugin<http://trac-hacks.org/wiki/TestManagerForTracPlugin> . I know about the trac plugin DynamicFieldsPlugin . However, before I install more plugins (and risk destabilizing the server), I wanted to see if there is a safer solution. I know about trac plugin BlackMagicTicketTweaksPlugin<http://trac-hacks.org/wiki/BlackMagicTicketTweaksPlugin>. However, that is not ready for version 0.12.2 and I cannot risk destabilizing this trac server. I know about trac plugin TicketSubmitPolicyPlugin<http://trac-hacks.org/wiki/TicketSubmitPolicyPlugin>. However, that is claimed to be buggy<https://groups.google.com/d/msg/trac-users/maPOLfAXFWE/8QAcsJK3hzcJ> . -- 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 http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
