Skip to content

Commit

Permalink
RBAC: Move LogTable to UI-Elements
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Aug 9, 2024
1 parent d49b41c commit fb087ef
Show file tree
Hide file tree
Showing 6 changed files with 745 additions and 678 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ protected function initSettingsForm(): ilPropertyFormGUI
$admin->setValue((string) 1);
$form->addItem($admin);

$check = new ilCheckboxInputGui($this->lng->txt('rbac_log'), 'rbac_log');
$check = new ilCheckboxInputGUI($this->lng->txt('rbac_log'), 'rbac_log');
$check->setInfo($this->lng->txt('rbac_log_info'));
$check->setChecked($privacy->enabledRbacLog());
$form->addItem($check);
Expand Down
215 changes: 0 additions & 215 deletions components/ILIAS/AccessControl/classes/class.ilPermission2GUI.php

This file was deleted.

Loading

0 comments on commit fb087ef

Please sign in to comment.