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
Filter Question
Moderators: Developer, Contributor
Re: Filter Question
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
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
-
techexecguy
- Posts: 3
- Joined: 06 Mar 2011, 05:46
- Location: USA
- Contact:
Re: Filter Question
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
Regards,
David