I want customiza the relation ship bug in mantis, i want delete "dependant", "related", "duplicate" i want keep just the "dependant" type in the list, how i can do this ? thanks Atrol
Relation Ship bug Customisation
Moderators: Developer, Contributor
-
Mmarouane89
- Posts: 49
- Joined: 24 Mar 2015, 22:41
Relation Ship bug Customisation
Hi,
I want customiza the relation ship bug in mantis, i want delete "dependant", "related", "duplicate" i want keep just the "dependant" type in the list, how i can do this ? thanks Atrol
I want customiza the relation ship bug in mantis, i want delete "dependant", "related", "duplicate" i want keep just the "dependant" type in the list, how i can do this ? thanks Atrol
Re: Relation Ship bug Customisation
Mmarouane89 wrote:i want delete "dependant"
delete or keep?Mmarouane89 wrote:i want keep just the "dependant"
Anyway, have a look at core/relationship_api.php
Create a file named custom_relationships_inc.php and unset the types of $g_relationships that you don't want.
-
Mmarouane89
- Posts: 49
- Joined: 24 Mar 2015, 22:41
Re: Relation Ship bug Customisation
Ok thanks atrol 