Rework of the relation diagrams: implemented MetaModel::GetRelatedObjectsUp, and took the redundancy into account (still misses a GUI)

SVN:trunk[3545]
This commit is contained in:
Romain Quetiez
2015-04-15 09:06:50 +00:00
parent ef8888c679
commit 26eb4c7083
8 changed files with 528 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
<?php
// Copyright (C) 2010-2012 Combodo SARL
// Copyright (C) 2010-2015 Combodo SARL
//
// This file is part of iTop.
//
@@ -63,6 +63,7 @@ require_once('dbobjectset.class.php');
require_once('backgroundprocess.inc.php');
require_once('asynctask.class.inc.php');
require_once('dbproperty.class.inc.php');
require_once('redundancysettings.class.inc.php');
// db change tracking data model
require_once('cmdbchange.class.inc.php');