Is there way to disable global category inheritance?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
mushu
Posts: 349
Joined: 04 Jan 2017, 17:41

Is there way to disable global category inheritance?

Post by mushu »

MantisBT Version 1.3.5
PHP Version 5.6.24

We created a few global categories that are auto-inherited when a new Project is created. But the problem is that when a Reporter submits a bug into that Project, no one gets email notification because they use a global category, and we don't want a single person to get all Bug emails for example. So, we went into the Project and disabled the "inherit" checkbox, then copied over the categories and assigned them to a person in that project. It works fine.

The question is, is there a global variable in config I can change to switch the default action of checking the "inherit" box when creating a new project? I want the program to default to NOT inheriting the global categories when a project is created. I searched for a $g_ variable but didn't see one. Is this possible?
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Is there way to disable global category inheritance?

Post by atrol »

There is no configuration option for it.
You would have to change source in manage_proj_create_page.php to get what you want.
Please use Search before posting and read the Manual
Post Reply