Skip to content

Commit 397490f

Browse files
committed
N°9057 - Enable SuperUser to execute collectors
1 parent 643752f commit 397490f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

datamodels/2.x/itop-profiles-itil/datamodel.itop-profiles-itil.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@
186186
<group id="AdminSysReadOnly" _delta="define">
187187
<classes>
188188
<class id="ItopFenceLogin"/>
189+
<class id="ModuleInstallation"/>
189190
</classes>
190191
</group>
191192
<group id="AdminSys" _delta="define">

setup/moduleinstallation.class.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static function Init()
3131
{
3232
$aParams =
3333
[
34-
"category" => "core,view_in_gui",
34+
"category" => "core,view_in_gui,grant_by_profile",
3535
"key_type" => "autoincrement",
3636
'name_attcode' => ['name', 'version'],
3737
"state_attcode" => "",

0 commit comments

Comments
 (0)