Page 1 of 1

Updater cannot set version number if unreleased

Posted: 28 Aug 2010, 00:04
by MarcusLycus
For the purposes of bug reporting it seems that users below Developer threshold are not allowed to report bugs on unreleased software. These are people who will be testing unreleased software and need to be able to set the version. How can this be done?

Re: Updater cannot set version number if unreleased

Posted: 28 Aug 2010, 12:10
by atrol
add the following line to config_inc.php (or maybe UPDATER instead of REPORTER)

Code: Select all

$g_report_issues_for_unreleased_versions_threshold = REPORTER;