Fix DataSynchro Group to allow management of DataSynchros through WebServices for non admin users

SVN:trunk[5714]
This commit is contained in:
Vincent Dumas
2018-04-20 15:10:33 +00:00
parent c5f00c5363
commit 09c54d4fed
2 changed files with 4 additions and 3 deletions

View File

@@ -141,6 +141,7 @@
<classes>
<!-- This class list is also present in AdminTools group -->
<class id="SynchroDataSource"/>
<class id="SynchroAttribute"/>
</classes>
</group>
<group id="AdminTools">

View File

@@ -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" => "",