mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Fix DataSynchro Group to allow management of DataSynchros through WebServices for non admin users
SVN:trunk[5714]
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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" => "",
|
||||
|
||||
Reference in New Issue
Block a user