Page 1 of 1

saving filters

Posted: 23 Feb 2005, 14:17
by Marco
Hi.

We use Mantis 0.19.1 in our company and I use it for two projects. I've saved some filters in project 1 and can use them in project 2. Now I need a filter in project 2, but I can't save this. And because it's a special filter, I can't create and save it using project 1. In general, I'm a developer, but in project 2 I'm only a updater.

I've seen that only developers and above are allowed to save filters. Why? And why isn't this configurable?

Thanks.

Marco

Posted: 23 Feb 2005, 14:32
by thraxisp
The access level is configurable. The variables are:

Code: Select all

# Threshold needed to be able to create stored queries
$g_stored_query_create_threshold = DEVELOPER;

# Threshold needed to be able to create shared stored queries
$g_stored_query_create_shared_threshold = MANAGER;
You can change these in your config_inc.php file.

saving filters

Posted: 24 Feb 2005, 09:50
by Marco
Thanks.

I haven't found this variables in my config_inc.php or the documentation.

Marco

Missing filter operation ?

Posted: 24 Feb 2005, 11:58
by mikewhit
One filter I was looking for but didn't find was 'any issue I had changed'.

In other words, any issue that I had reported, updated or touched in any way.

I see this as another filter type which has a User dropdown, with a panel of checkboxes saying reported[] updated[] etc.

I have added this as a Note to #4723.

Posted: 25 Feb 2005, 12:10
by vboctor
Marco, all configuration variables can be found in mantis/config_defaults_inc.php file with some brief documentation. The config_inc.php includes only the configs that are different from their default values. Mantis ships with a sample config_inc.php, but then users edit it and add their own overriding of the default values.

You can also find most of the documentation in the manual at:
http://manual.mantisbt.org

Regards,
Victor
http://www.futureware.biz