[1.2.16] Changelog not hiding

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Pebtori
Posts: 4
Joined: 30 Oct 2013, 10:51

[1.2.16] Changelog not hiding

Post by Pebtori »

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

Re: [1.2.16] Changelog not hiding

Post by atrol »

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)
Please use Search before posting and read the Manual
Pebtori
Posts: 4
Joined: 30 Oct 2013, 10:51

Re: [1.2.16] Changelog not hiding

Post by Pebtori »

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"
Post Reply