Updater cannot set version number if unreleased

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
MarcusLycus
Posts: 3
Joined: 27 Aug 2010, 23:55

Updater cannot set version number if unreleased

Post 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?
atrol
Site Admin
Posts: 8555
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Updater cannot set version number if unreleased

Post 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;
Please use Search before posting and read the Manual
Post Reply