How to set default values to specific component in Trac? -
i'd set 'confidential' flag true default specific component in trac system. how can this?
i've tried [ticket_custom]
section in trac.ini
, can set 'confidential' value default all components. not want.
also thinking of creating mysql query update tickets of component hand, , set sensitive
value 1 'confidential' field. not clean approach, though.
thanks!
the dynamicfieldsplugin supports utilize case of version 1.2.6 (see [14240]). you'll need install 0.11 (not 0.12) branch.
here example:
[ticket-custom] sensitive = checkbox sensitive.set_to_true_when_component = component2 (overwrite)
the checkbox toggled checked state when component2 selected.
trac
No comments:
Post a Comment