Default value for Target Version field. Mantisbt 1.1.6
Posted: 05 Mar 2009, 20:31
Is there a way to set a default value for the Target Version field?
I didn't see an entry in config_defaults_inc.php.
I tried to hard code a default value in the file
bug_report_advanced_page.php on line 104
$f_target_version = gpc_get_string( 'target_version', 'D1.1' );
but it didn't seem to take. It worked for the other fields.
is there a quick fix?
Thanks.
Basically I'd like all issues to have a target version of Unamed Release until we actually review the issue is the use case for it.
It also saves us the time of having to choose it when entering in reports.
I didn't see an entry in config_defaults_inc.php.
I tried to hard code a default value in the file
bug_report_advanced_page.php on line 104
$f_target_version = gpc_get_string( 'target_version', 'D1.1' );
but it didn't seem to take. It worked for the other fields.
is there a quick fix?
Thanks.
Basically I'd like all issues to have a target version of Unamed Release until we actually review the issue is the use case for it.
It also saves us the time of having to choose it when entering in reports.