view_status option inaccessible for the user

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
tlopes
Posts: 2
Joined: 06 Aug 2015, 19:33

view_status option inaccessible for the user

Post by tlopes »

Hi!
I want to leave view_status option ( Public Vs Private ) inaccessible at the time of registration bug .
how can I do that?
Attachments
2015-08-06 16_41_15-Relatar Caso - MantisBT.jpg
2015-08-06 16_41_15-Relatar Caso - MantisBT.jpg (40.39 KiB) Viewed 2148 times
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: view_status option inaccessible for the user

Post by atrol »

Do you want that nobody is able to set the view status when reporting or do you want that just reporters cannot set, but developers, managers and administrator should be able?
Please use Search before posting and read the Manual
tlopes
Posts: 2
Joined: 06 Aug 2015, 19:33

Re: view_status option inaccessible for the user

Post by tlopes »

just reporters cannot set, but developers, managers and administrator should be able.
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: view_status option inaccessible for the user

Post by atrol »

Add the following line to file config_inc.php

Code: Select all

$g_set_view_status_threshold = DEVELOPER;
Please use Search before posting and read the Manual
Post Reply