4 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
27 $ilCtrl = $DIC[
'ilCtrl'];
29 $rbacsystem = $DIC[
'rbacsystem'];
31 $this->factory = $DIC->ui()->factory();
32 $this->renderer = $DIC->ui()->renderer();
34 $lng->loadLanguageModule(
'rbac');
35 $this->
setId(
"usrroleass");
44 $this->
addColumn($this->lng->txt(
"role"),
"title");
45 $this->
addColumn($this->lng->txt(
"description"),
"description");
46 $this->
addColumn($this->lng->txt(
"context"),
"context");
47 $this->
addColumn($this->lng->txt(
'path'),
'path');
50 $this->
setRowTemplate(
"tpl.role_assignment_row.html",
"Services/User");
53 if ($rbacsystem->checkAccess(
"edit_roleassignment",
USER_FOLDER_ID)) {
82 $option[0] =
$lng->txt(
'assigned_roles');
83 $option[1] =
$lng->txt(
'all_roles');
84 $option[2] =
$lng->txt(
'all_global_roles');
85 $option[3] =
$lng->txt(
'all_local_roles');
86 $option[4] =
$lng->txt(
'internal_local_roles_only');
87 $option[5] =
$lng->txt(
'non_internal_local_roles_only');
89 include_once(
"./Services/Form/classes/class.ilSelectInputGUI.php");
91 $si->setOptions($option);
93 $si->readFromSession();
94 $this->
filter[
"role_filter"] =
$si->getValue();
102 if (isset($a_set[
'checkbox'][
'id'])) {
103 $this->tpl->setVariable(
'VAL_ID', $a_set[
'checkbox'][
'id']);
104 if ($a_set[
'checkbox'][
'disabled']) {
105 $this->tpl->setVariable(
'VAL_DISABLED',
'disabled="disabled"');
107 if ($a_set[
'checkbox'][
'checked']) {
108 $this->tpl->setVariable(
'VAL_CHECKED',
'checked="checked"');
112 $this->ctrl->setParameterByClass(
"ilobjrolegui",
"ref_id", $a_set[
'ref_id']);
113 $this->ctrl->setParameterByClass(
"ilobjrolegui",
"obj_id", $a_set[
"obj_id"]);
115 $this->tpl->setVariable(
117 $this->renderer->render(
118 $this->factory->link()->standard(
120 $this->ctrl->getLinkTargetByClass(ilObjRoleGUI::class,
'perm')
124 $this->tpl->setVariable(
'DESCRIPTION', $a_set[
'description']);
127 if ($a_set[
'role_type'] ===
'local') {
129 $this->factory->link()->standard(
138 $this->tpl->setVariable(
'CONTEXT',
$context);
139 $this->tpl->setVariable(
'PATH', $a_set[
'path']);
146 $rbacreview = $DIC->rbac()->review();
147 $tree = $DIC->repositoryTree();
152 $role_list = $rbacreview->getRolesByFilter($this->
filter[
"role_filter"], $usr_id);
153 $assigned_roles = $rbacreview->assignedRoles($usr_id);
158 foreach ($role_list as $role) {
160 $rolf = $rbacreview->getFoldersAssignedToRole($role[
"obj_id"],
true);
161 $ref_id = $rbacreview->getObjectReferenceOfRole($role[
'rol_id']);
164 if ($rbacreview->isDeleted($rolf[0])) {
169 if ($tree->isInTree($rolf[0])) {
171 $context = $this->lng->txt(
"global");
173 $tmpPath = $tree->getPathFull($rolf[0]);
177 $context =
"<b>Rolefolder " . $rolf[0] .
" not found in tree! (Role " . $role[
"obj_id"] .
")</b>";
196 if (substr($role[
"title"], 0, 3) ==
"il_") {
198 $rolf_arr = $rbacreview->getFoldersAssignedToRole($role[
"obj_id"],
true);
199 $rolf2 = $rolf_arr[0];
204 $parent_node = $tree->getNodeData($rolf2);
206 $role[
"description"] = $this->lng->txt(
"obj_" . $parent_node[
"type"]) .
" (#" . $parent_node[
"obj_id"] .
")";
209 $role_ids[$counter] = $role[
"obj_id"];
212 'id' => $role[
'obj_id'],
213 'disabled' => $disabled,
214 'checked' => in_array($role[
'obj_id'], $assigned_roles)
221 "description" => $role[
"description"],
223 "checkbox" => $checkbox,
224 "role_type" => $role[
"role_type"],
226 "obj_id" => $role[
"obj_id"],
254 $title = $list->getTitle();
Creates a path for a start and endnode.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
static _getListGUIByType( $type, $context=ilObjectListGUI::CONTEXT_REPOSITORY)
const SYSTEM_USER_ID
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static resetToDefaults()
reset to defaults
addFilterItem($a_input_item, $a_optional=false)
Add filter item.
static setUseRelativeDates($a_status)
set use relative dates
static _lookupTitle($a_id)
lookup object title
setDefaultOrderDirection($a_defaultorderdirection)
Set Default order direction.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setSelectAllCheckbox($a_select_all_checkbox, $a_select_all_on_top=false)
Set the name of the checkbox that should be toggled with a select all button.
setDisableFilterHiding($a_val=true)
Set disable filter hiding.
fillRow($a_set)
Fill table row.
static _lookupObjId($a_id)
addMultiCommand($a_cmd, $a_text)
Add Command button.
getTitleForReference(int $ref_id)
setRowTemplate($a_template, $a_template_dir="")
Set row template.
static _getTranslation($a_role_title)
static _lookupType($a_id, $a_reference=false)
lookup object type
__construct($a_parent_obj, $a_parent_cmd)
Constructor.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
TableGUI class for role assignment in user administration.
__construct(Container $dic, ilPlugin $plugin)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
setEnableHeader($a_enableheader)
Set Enable Header.
setEnableTitle($a_enabletitle)
Set Enable Title.
static _getInstance()
Get instance of ilSecuritySettings.
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")