Enable access to Updater to view summary

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
KramDratta
Posts: 3
Joined: 30 Jul 2009, 11:57

Enable access to Updater to view summary

Post by KramDratta »

From the Manage >>> Manage Configuration >>> Permissions Report I can see that the Updater does not have access to the View Summary option. How can I enable this?
Buga
Posts: 74
Joined: 31 Mar 2008, 12:10

Re: Enable access to Updater to view summary

Post by Buga »

go to web configuration and add the following config option

Name: view_summary_threshold
value: 40

40 stands for updater. you can also add this for other roles
define( 'ANYBODY', 0 );
define( 'VIEWER', 10 );
define( 'REPORTER', 25 );
define( 'UPDATER', 40 );
define( 'DEVELOPER', 55 );
define( 'MANAGER', 70 );
define( 'ADMINISTRATOR', 90 );
define( 'NOBODY', 100 );
KramDratta
Posts: 3
Joined: 30 Jul 2009, 11:57

Re: Enable access to Updater to view summary

Post by KramDratta »

@ Buga

Thanks for your help. I did as you suggested and in the permission report the Updater class now has a green checkbox under the View Summary.

I created a test user & assigned the Updater access on a project. However the Summary option does not appear. (I need to give access to the Summary reports only to specific users, and currently we are not using the updater class. If you have any suggestions I would appreciate them.

Cheers
Buga
Posts: 74
Joined: 31 Mar 2008, 12:10

Re: Enable access to Updater to view summary

Post by Buga »

simply add config for each user...
you can choose project and user on the config screen
KramDratta
Posts: 3
Joined: 30 Jul 2009, 11:57

Re: Enable access to Updater to view summary

Post by KramDratta »

@ Buga

My bad... did not notice the user field.

Thanks a lot for your help
NandoNaldo
Posts: 122
Joined: 09 Mar 2016, 21:44

Re: Enable access to Updater to view summary

Post by NandoNaldo »

Hello,

I saw your post and i'm trying to enable access to developer to view summary but i can't

Any help please ?

Thank You
Attachments
developer summary.JPG
developer summary.JPG (43.13 KiB) Viewed 6482 times
atrol
Site Admin
Posts: 8374
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Enable access to Updater to view summary

Post by atrol »

@NandoNaldo, please no double posts
viewtopic.php?f=4&t=24722&p=62333#p62328
Please use Search before posting and read the Manual
Post Reply