Updater cannot set version number if unreleased
Moderators: Developer, Contributor
-
MarcusLycus
- Posts: 3
- Joined: 27 Aug 2010, 23:55
Updater cannot set version number if unreleased
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
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;