saving filters

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Marco

saving filters

Post 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
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post 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.
Marco

saving filters

Post by Marco »

Thanks.

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

Marco
mikewhit
Posts: 20
Joined: 18 Feb 2005, 10:40
Location: Shropshire UK

Missing filter operation ?

Post 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.
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post 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
Post Reply