good night
want to know if it is possible to add more items to the option:
Report Issue > Reproducibility
Reproducibility
Moderators: Developer, Contributor
Re: Reproducibility
Manage -> Manage Configuration
Config option: reproducibility_enum_string (String)
Example: '20:critical path,40:always,60:sometimes,80:rare,90:seen once'
You also need to create/modify custom_strings_inc.php and add line like:
Not sure if both are necessary, but this worked for me to modify reproducibility options.
Config option: reproducibility_enum_string (String)
Example: '20:critical path,40:always,60:sometimes,80:rare,90:seen once'
You also need to create/modify custom_strings_inc.php and add line like:
Code: Select all
$s_reproducibility_enum_string = '20:critical path,40:always,60:sometimes,80:rare,90:seen once';