Relation Ship bug Customisation

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
Mmarouane89
Posts: 49
Joined: 24 Mar 2015, 22:41

Relation Ship bug Customisation

Post 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 :)
atrol
Site Admin
Posts: 8539
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Relation Ship bug Customisation

Post 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.
Please use Search before posting and read the Manual
Mmarouane89
Posts: 49
Joined: 24 Mar 2015, 22:41

Re: Relation Ship bug Customisation

Post by Mmarouane89 »

Ok thanks atrol ;)
Post Reply