diff --git a/datamodels/2.x/itop-profiles-itil/datamodel.itop-profiles-itil.xml b/datamodels/2.x/itop-profiles-itil/datamodel.itop-profiles-itil.xml index 97f80a238..71beb1e51 100755 --- a/datamodels/2.x/itop-profiles-itil/datamodel.itop-profiles-itil.xml +++ b/datamodels/2.x/itop-profiles-itil/datamodel.itop-profiles-itil.xml @@ -141,6 +141,7 @@ + diff --git a/synchro/synchrodatasource.class.inc.php b/synchro/synchrodatasource.class.inc.php index b3e59b824..9d8b64592 100644 --- a/synchro/synchrodatasource.class.inc.php +++ b/synchro/synchrodatasource.class.inc.php @@ -1247,7 +1247,7 @@ class SynchroAttribute extends cmdbAbstractObject { $aParams = array ( - "category" => "core/cmdb,view_in_gui", + "category" => "core/cmdb,view_in_gui,grant_by_profile", "key_type" => "autoincrement", "name_attcode" => "attcode", "state_attcode" => "", @@ -1281,7 +1281,7 @@ class SynchroAttExtKey extends SynchroAttribute { $aParams = array ( - "category" => "core/cmdb,view_in_gui", + "category" => "core/cmdb,view_in_gui,grant_by_profile", "key_type" => "autoincrement", "name_attcode" => "attcode", "state_attcode" => "", @@ -1346,7 +1346,7 @@ class SynchroAttLinkSet extends SynchroAttribute { $aParams = array ( - "category" => "core/cmdb,view_in_gui", + "category" => "core/cmdb,view_in_gui,grant_by_profile", "key_type" => "autoincrement", "name_attcode" => "attcode", "state_attcode" => "",