Page 1 of 1

Make existing notes private

Posted: 09 Mar 2015, 20:56
by agerrius
Hi all,

I want to allow annoymous access to my bugtracker, but I don't want to make the notes public. I have found the setting to make new notes private, but is there a way to update all existing notes to private status?

Arno

Re: Make existing notes private

Posted: 10 Mar 2015, 20:48
by atrol
Existing notes can be made private by pushing the "Make Private" button left beside the note.
There is no option in UI to change multiple notes in one go.

You can change it in one go by accessing the database and setting view_state in mantis_bugnote_table to value 50

Re: Make existing notes private

Posted: 13 Mar 2015, 07:16
by agerrius
Thanks, I ran a query on the database to update them all in one go. That worked fine.

Arno