Hi,
I have a question about the field View Status in the "Manage"-Area of mantis:
Is it possible to hide the button "View Status" in the Manage-Area of mantis (See screenshot)?
Background of this question:
We do not want to give the manager the possibility to make "his" projects public...
Thanks for a short answer.
Regards
Matze
Question about view Status
Moderators: Developer, Contributor
Question about view Status
- Attachments
-
- mantis2.jpg (15.24 KiB) Viewed 4360 times
Re: Question about view Status
has someone a idea?

Thanks
Matze
Thanks
Matze
Re: Question about view Status
yes it is
you have to go into the php-file to do that
you have to go into the php-file to do that
Re: Question about view Status
if you want to just make it so the only option they have on view status of public then
put this in the config_inc.php and take out the 50:private this way they only have the one option to select from.
$g_view_state_enum_string = '10:public'; # ,50:private
put this in the config_inc.php and take out the 50:private this way they only have the one option to select from.
$g_view_state_enum_string = '10:public'; # ,50:private