Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@
<group id="AdminSysReadOnly" _delta="define">
<classes>
<class id="ItopFenceLogin"/>
<class id="ModuleInstallation"/>
</classes>
</group>
<group id="AdminSys" _delta="define">
Expand Down
2 changes: 1 addition & 1 deletion setup/moduleinstallation.class.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static function Init()
{
$aParams =
[
"category" => "core,view_in_gui",
"category" => "core,view_in_gui,grant_by_profile",
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description template has not been filled out. The description should explain:

  1. What the symptom/objective is (why super users cannot run collectors)
  2. The reproduction procedure
  3. The root cause of the issue
  4. How this change fixes it
  5. Why multiple seemingly unrelated changes (ModuleInstallation permissions, Ticketing/Incident permissions, and CSS row-gap) are being made in a single PR

Without this information, it's difficult to properly review whether the changes are correct and complete.

Copilot uses AI. Check for mistakes.
"key_type" => "autoincrement",
'name_attcode' => ['name', 'version'],
"state_attcode" => "",
Expand Down