Page 1 of 1

Relation Ship bug Customisation

Posted: 05 May 2015, 15:20
by Mmarouane89
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 :)

Re: Relation Ship bug Customisation

Posted: 05 May 2015, 18:27
by atrol
Mmarouane89 wrote:i want delete "dependant"
Mmarouane89 wrote:i want keep just the "dependant"
delete or keep?

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.

Re: Relation Ship bug Customisation

Posted: 06 May 2015, 09:56
by Mmarouane89
Ok thanks atrol ;)