Page 1 of 1

Filter Question

Posted: 14 Feb 2011, 02:45
by mhonmon23
Hi All,

I'm using 1.2.3 Mantis, I just want to know things about filter.
first, Is the filter saved in all access level? ex. using viewer access level, I filter for reporter X, will that be saved in the database and will be always there until i decide to remove it.
second, if first is yes what is the use of "Save current filter" that can be only seen in developer + up access level?
third, is there any config to make "Save current filter" available to all access level (reporter - admin)?

Thanks

Re: Filter Question

Posted: 14 Feb 2011, 03:16
by mhonmon23
Answer for third question :
in config_default I found, $g_stored_query_create_threshold = DEVELOPER;
just set this to $g_stored_query_create_threshold = viewer; to make it available to all.


Please answer my first and second questions.

Thanks

Re: Filter Question

Posted: 06 Mar 2011, 05:54
by techexecguy
Regarding your 1st question, I'm pretty sure the answer is 'yes, the filter will be saved', at least that's my understanding. Have you looked through the user documentation in the filters section?

Regards,

David