Hello there,
I am trying to hide the changelog page for everyone.
I looked into the code to verify that it is the correct config variable:
g_view_changelog_threshold
This is it. And I set it to
$g_view_changelog_threshold = NOBODY;
That worked at least for the roadmap. Why does it not work for the changelog page?
Is this a bug or a feature? How to diable it globally without hardcoding it? Is this config variable probably useless?
- Regards Pebto
[1.2.16] Changelog not hiding
Moderators: Developer, Contributor
Re: [1.2.16] Changelog not hiding
Check page Manage > Manage Configuration > Workflow Thresholds
At the bottom you will find "View Change Log"
Maybe you override the settings in config_inc.php with settings on this page.
Check settings for "All Projects" and project specific settings (select the project in the project drop down selection)
At the bottom you will find "View Change Log"
Maybe you override the settings in config_inc.php with settings on this page.
Check settings for "All Projects" and project specific settings (select the project in the project drop down selection)
Re: [1.2.16] Changelog not hiding
This was the solution. It got overridden by this
Check page Manage > Manage Configuration > Workflow Thresholds
At the bottom you will find "View Change Log"