27 public function __construct(
object $a_parent_obj,
string $a_parent_cmd,
int $a_ref_id)
33 $this->
lng->loadLanguageModule(
'rbac');
34 $this->
lng->loadLanguageModule(
"orgu");
36 $this->ref_id = $a_ref_id;
38 $this->
setId(
'objpositionperm_' . $this->ref_id);
40 $tpl->addJavaScript(
'./Services/AccessControl/js/ilPermSelect.js');
42 $this->
setTitle($this->
lng->txt(
'org_permission_settings'));
45 $this->
setFormAction($ilCtrl->getFormAction($a_parent_obj, $a_parent_cmd));
47 $this->
setRowTemplate(
"tpl.obj_position_perm_row.html",
"Modules/OrgUnit");
76 public function fillRow(array $a_set): void
79 if (isset($a_set[
'show_select_all'])) {
84 if (isset($a_set[
'header_command'])) {
90 $objdefinition = $this->
dic()[
'objDefinition'];
91 $is_plugin = $objdefinition->isPlugin($this->
getObjType());
93 foreach ($a_set as $permission) {
94 $position = $permission[
"position"];
95 $op_id = $permission[
"op_id"];
96 $operation = $permission[
"operation"];
97 $this->tpl->setCurrentBlock(
'position_td');
98 $this->tpl->setVariable(
'POSITION_ID', $position->getId());
99 $this->tpl->setVariable(
'PERM_ID', $op_id);
104 $label = $this->
dic()->language()->txt(
'org_op_' . $operation->getOperationString());
107 $this->tpl->setVariable(
'TXT_PERM', $label);
108 $this->tpl->setVariable(
'PERM_LONG', $op_id);
110 if ($permission[
'permission_set']) {
111 $this->tpl->setVariable(
'PERM_CHECKED',
'checked="checked"');
113 if ($permission[
'from_template']) {
114 $this->tpl->setVariable(
'PERM_DISABLED',
'disabled="disabled"');
117 $this->tpl->parseCurrentBlock();
131 $from_templates = [];
132 foreach ($operations as $op) {
133 $ops_ids[] = $op->getOperationId();
136 foreach ($positions as $position) {
137 $ilOrgUnitPermission = ilOrgUnitPermissionQueries::getSetForRefId(
142 $is_template = $ilOrgUnitPermission->isTemplate();
143 $from_templates[$position->getId()] = $is_template;
146 "op_id" => $op->getOperationId(),
148 "position" => $position,
149 "permission" => $ilOrgUnitPermission,
150 "permission_set" => $ilOrgUnitPermission->isOperationIdSelected($op->getOperationId()),
151 "from_template" => $is_template,
158 "show_select_all" =>
true,
159 "positions" => $positions,
161 "template" => $from_templates,
164 ->isPositionAccessActiveForObject($this->
getObjId())
167 "header_command" =>
true,
168 "positions" => $positions,
169 "template" => $from_templates,
178 foreach ($positions as $position) {
179 $this->
addColumn($position->getTitle(),
'',
'',
'',
false, $position->getDescription());
195 foreach ($row[
"positions"] as $position) {
197 $this->tpl->setCurrentBlock(
'position_select_all');
198 $id = $position->getId();
199 $this->tpl->setVariable(
'JS_ROLE_ID',
$id);
200 $this->tpl->setVariable(
'JS_SUBID', 0);
201 $this->tpl->setVariable(
'JS_ALL_PERMS',
"['" . implode(
"','", $row[
'ops']) .
"']");
202 $this->tpl->setVariable(
'JS_FORM_NAME', $this->
getFormName());
203 $this->tpl->setVariable(
'TXT_SEL_ALL', $this->
lng->txt(
'select_all'));
204 if ($row[
"template"][
$id]) {
205 $this->tpl->setVariable(
'ALL_DISABLED',
"disabled='disabled'");
207 $this->tpl->parseCurrentBlock();
216 foreach ($row[
"positions"] as $position) {
217 $this->tpl->setCurrentBlock(
'header_command');
218 $this->tpl->setVariable(
'POSITION_ID', $position->getId());
219 $this->tpl->setVariable(
'HEADER_COMMAND_TXT', $this->
dic()
221 ->txt(
'positions_override_operations'));
223 $this->tpl->setVariable(
'HEADER_CHECKED',
"checked='checked'");
226 $this->tpl->parseCurrentBlock();
setNoEntriesText(string $a_text)
fillHeaderCommand(array $row)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getOperationsForContextName(string $context_name)
static hasLocalSet(int $ref_id, int $position_id)
setFormAction(string $a_form_action, bool $a_multipart=false)
addCommandButton(string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="")
Class ChatMainBarProvider .
setDisableFilterHiding(bool $a_val=true)
__construct(object $a_parent_obj, string $a_parent_cmd, int $a_ref_id)
fillSelectAll(array $row)
static _lookupObjId(int $ref_id)
setShowRowsSelector(bool $a_value)
Toggle rows-per-page selector.
static get()
Override for correct on return value.
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
static lookupTxtById(string $plugin_id, string $lang_var)
initColumns(array $positions)
__construct(Container $dic, ilPlugin $plugin)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
disable(string $a_module_name)
const CMD_SAVE_POSITIONS_PERMISSIONS
static _lookupType(int $id, bool $reference=false)
setEnableHeader(bool $a_enableheader)