19 declare(strict_types=1);
61 protected \ILIAS\DI\LoggingServices
$ilLog;
67 $this->ilLocator = $DIC[
'ilLocator'];
68 $this->tree = $DIC->repositoryTree();
69 $this->
toolbar = $DIC->toolbar();
70 $this->
ilLog = $DIC->logger();
71 $this->
ilias = $DIC[
'ilias'];
77 $to_int =
$dic[
'refinery']->kindlyTo()->int();
78 $this->ref_id =
$dic[
'query']->retrieve(
'ref_id', $to_int);
83 $this->
lng->loadLanguageModule(
"orgu");
85 $DIC->globalScreen()->tool()->context()->current()->addAdditionalData(
86 OrgUnitToolProvider::SHOW_ORGU_TREE,
98 $cmd = $this->
ctrl->getCmd();
99 $next_class = $this->
ctrl->getNextClass($this);
100 parent::prepareOutput();
102 switch ($next_class) {
103 case 'ilorgunitglobalsettingsgui':
104 $this->tabs_gui->activateTab(self::TAB_GLOBAL_SETTINGS);
106 $this->
ctrl->forwardCommand($global_settings);
108 case "illocalusergui":
110 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"permission_denied"),
true);
111 $this->
ctrl->redirect($this);
113 $this->tabs_gui->activateTab(
'administrate_users');
115 $this->
ctrl->forwardCommand($ilLocalUserGUI);
117 case "ilorgunitsimpleimportgui":
118 $this->tabs_gui->activateTab(
"view");
120 $this->tabs_gui->setSubTabActive(
'import');
122 $this->
ctrl->forwardCommand($ilOrgUnitSimpleImportGUI);
124 case "ilorgunitsimpleuserimportgui":
126 $this->
ctrl->forwardCommand($ilOrgUnitSimpleUserImportGUI);
131 $ilObjUserGUI =
new ilObjUserGUI(
"", $this->ref_id,
true,
false);
132 $ilObjUserGUI->setCreationMode(
true);
133 $this->
ctrl->forwardCommand($ilObjUserGUI);
134 $this->tabs_gui->setBackTarget(
135 $this->
lng->txt(
"back"),
136 $this->
ctrl->getLinkTargetByClass(
"illocalusergui",
'index')
140 $ilObjUserGUI =
new ilObjUserGUI(
"", $this->ref_id,
true,
false);
141 $ilObjUserGUI->setCreationMode(
true);
142 $this->
ctrl->forwardCommand($ilObjUserGUI);
143 $this->tabs_gui->clearTargets();
144 $this->tabs_gui->setBackTarget(
145 $this->
lng->txt(
"back"),
146 $this->
ctrl->getLinkTargetByClass(
"illocalusergui",
'index')
152 $ilObjUserGUI->setCreationMode(
false);
153 $this->
ctrl->forwardCommand($ilObjUserGUI);
154 $this->tabs_gui->clearTargets();
155 $this->tabs_gui->setBackTarget(
156 $this->
lng->txt(
"back"),
157 $this->
ctrl->getLinkTargetByClass(
"illocalusergui",
'index')
161 $this->
ctrl->redirectByClass(
"illocalusergui",
"index");
165 case "ilobjuserfoldergui":
168 $this->
ctrl->redirectByClass(
"illocalusergui",
"index");
172 $ilObjUserFolderGUI->setUserOwnerId($this->ref_id);
173 $ilObjUserFolderGUI->setCreationMode(
true);
174 $this->
ctrl->forwardCommand($ilObjUserFolderGUI);
175 $this->tabs_gui->clearTargets();
176 $this->tabs_gui->setBackTarget(
177 $this->
lng->txt(
"back"),
178 $this->
ctrl->getLinkTargetByClass(
"illocalusergui",
'index')
183 case "ilinfoscreengui":
184 $this->tabs_gui->activateTab(
"info_short");
189 ) and !$this->
ilAccess->checkAccess(
"visible",
"", $this->ref_id)) {
190 $this->
ilias->raiseError($this->
lng->txt(
"msg_no_perm_read"), $this->
ilias->error_obj->MESSAGE);
198 $this->
object->getOrgUnitTypeId()
202 $this->
ctrl->forwardCommand($info);
204 case 'ilpermissiongui':
205 $this->tabs_gui->activateTab(
'perm_settings');
207 $this->
ctrl->forwardCommand($ilPermissionGUI);
209 case "ilcommonactiondispatchergui":
213 case 'illearningprogressgui':
214 case 'illplistofprogressgui':
215 $this->tabs_gui->clearTargets();
216 $this->tabs_gui->setBackTarget(
217 $this->
lng->txt(
'backto_staff'),
218 $this->
ctrl->getLinkTargetByClass(
219 ilOrgUnitUserAssignmentGUI::class,
224 $this->
object->getRefid(),
227 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"permission_denied"),
true);
228 $this->
ctrl->redirectByClass(
"ilOrgUnitUserAssignmentGUI",
"index");
230 $this->
ctrl->saveParameterByClass(
"illearningprogressgui",
"obj_id");
231 $this->
ctrl->saveParameterByClass(
"illearningprogressgui",
"recursive");
235 (
int)
$_GET[
'obj_id']
237 $this->
ctrl->forwardCommand($new_gui);
239 case 'ilorgunitexportgui':
241 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"permission_denied"),
true);
242 $this->
ctrl->redirect($this);
244 $this->tabs_gui->activateTab(self::TAB_EXPORT);
246 $ilOrgUnitExportGUI->addFormat(
'xml');
247 $this->
ctrl->forwardCommand($ilOrgUnitExportGUI);
249 case strtolower(ilObjectTranslationGUI::class):
250 $this->tabs_gui->activateTab(self::TAB_SETTINGS);
253 $translations_gui->supportContentTranslation(
false);
254 $this->
ctrl->forwardCommand($translations_gui);
256 case strtolower(ilOrgUnitTypeGUI::class):
257 $this->tabs_gui->activateTab(self::TAB_ORGU_TYPES);
259 $this->
ctrl->forwardCommand($types_gui);
261 case strtolower(ilOrgUnitPositionGUI::class):
262 $this->tabs_gui->activateTab(self::TAB_POSITIONS);
264 $this->
ctrl->forwardCommand($types_gui);
266 case strtolower(ilOrgUnitUserAssignmentGUI::class):
267 $this->tabs_gui->activateTab(self::TAB_STAFF);
269 $this->
ctrl->forwardCommand($ilOrgUnitUserAssignmentGUI);
271 case strtolower(ilPropertyFormGUI::class):
284 $this->tabs_gui->activateTab(self::TAB_VIEW_CONTENT);
298 case 'performPasteIntoMultipleObjects':
301 case 'keepObjectsInClipboard':
305 parent::createObject();
308 parent::saveObject();
311 $this->tabs_gui->clearTargets();
312 $this->tabs_gui->setBackTarget($this->
lng->txt(
"back"), $this->
ctrl->getLinkTarget($this));
315 case 'confirmedDelete':
319 $this->tabs_gui->clearTargets();
320 $this->tabs_gui->setBackTarget($this->
lng->txt(
"back"), $this->
ctrl->getLinkTarget($this));
324 parent::clearObject();
326 case 'enableAdministrationPanel':
327 parent::enableAdministrationPanelObject();
329 case 'disableAdministrationPanel':
330 parent::disableAdministrationPanelObject();
332 case self::CMD_EDIT_SETTINGS:
333 $this->tabs_gui->activateTab(self::TAB_SETTINGS);
337 case 'updateSettings':
338 $this->tabs_gui->activateTab(self::TAB_SETTINGS);
342 case 'editAdvancedSettings':
343 $this->tabs_gui->activateTab(self::TAB_SETTINGS);
347 case 'updateAdvancedSettings':
348 $this->tabs_gui->activateTab(self::TAB_SETTINGS);
352 case 'routeImportCmd':
355 case 'cancelMoveLink':
365 $new_object->writePath();
366 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"object_added"),
true);
367 $this->
ctrl->setParameter($this,
"ref_id", $new_object->
getRefId());
371 $this->
ctrl->getLinkTarget($this, self::CMD_EDIT_SETTINGS,
"")
377 if (!$this->rbacsystem->checkAccess(
"read", $this->ref_id)) {
378 if ($this->rbacsystem->checkAccess(
"visible", $this->ref_id)) {
379 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"msg_no_perm_read"));
380 $this->
ctrl->redirectByClass(
'ilinfoscreengui',
'');
383 $this->
ilias->raiseError($this->
lng->txt(
"msg_no_perm_read"), $this->
ilias->error_obj->WARNING);
390 $this->
tabs->activateSubTab(
"manage");
392 $this->
tabs->activateSubTab(
"view_content");
395 $container_view->setOutput();
399 if (! $this->
ctrl->isAsynch()) {
404 $container_view->setOutput();
407 $this->tabs_gui->activateTab(self::TAB_VIEW_CONTENT);
408 $this->tabs_gui->removeSubTab(
"page_editor");
409 $this->tabs_gui->removeSubTab(
"ordering");
415 if ($subtypes === []) {
421 array_keys($subtypes),
422 $this->
lng->txt(
'other'),
431 $subtypes = $this->obj_definition->getCreatableSubObjects(
434 $this->
object->getRefId()
439 fn($key) => $this->
access->checkAccess(
'create_' . $key,
'', $this->ref_id, $this->type),
449 # all possible create permissions 450 parent::setTitleAndDescription();
451 if ($this->
object->getTitle() ===
"__OrgUnitAdministration") {
452 $this->tpl->setTitle($this->
lng->txt(
"objs_orgu"));
453 $this->tpl->setDescription($this->
lng->txt(
"objs_orgu"));
457 if ($this->
ilias->getSetting(
'custom_icons')) {
459 $icon_file = (isset($icons_cache[$this->
object->getId()])) ? $icons_cache[$this->
object->getId()] :
'';
461 $this->tpl->setTitleIcon($icon_file, $this->
lng->txt(
"obj_" . $this->object->getType()));
470 foreach ((array)
$path as $key => $row) {
471 if ($row[
"title"] ===
"__OrgUnitAdministration") {
472 $row[
"title"] = $this->
lng->txt(
"objs_orgu");
474 $this->
ctrl->setParameterByClass(
"ilobjorgunitgui",
"ref_id", $row[
"child"]);
475 $this->ilLocator->addItem(
477 $this->
ctrl->getLinkTargetByClass(
"ilobjorgunitgui",
"view"),
481 $this->
ctrl->setParameterByClass(
"ilobjorgunitgui",
"ref_id", $this->ref_id);
488 if ($obj_type !==
"orgu") {
489 parent::redirectToRefId($ref_id, $cmd);
491 $this->
ctrl->setParameterByClass(
"ilObjOrgUnitGUI",
"ref_id", $ref_id);
492 $this->
ctrl->redirectByClass(
"ilObjOrgUnitGUI", $cmd);
498 $read_access_ref_id = $this->rbacsystem->checkAccess(
'visible', $this->
object->getRefId())
499 && $this->rbacsystem->checkAccess(
'read', $this->object->getRefId());
500 if ($read_access_ref_id) {
501 $this->tabs_gui->addTab(
502 self::TAB_VIEW_CONTENT,
503 $this->
lng->txt(
"content"),
504 $this->
ctrl->getLinkTarget($this,
"")
506 $this->tabs_gui->addTab(
509 $this->
ctrl->getLinkTargetByClass([self::class, ilInfoScreenGUI::class],
"showSummary")
516 $this->tabs_gui->addTab(
518 $this->
lng->txt(self::TAB_STAFF),
519 $this->
ctrl->getLinkTargetByClass(
520 [self::class, ilOrgUnitUserAssignmentGUI::class],
526 $this->tabs_gui->addTab(
528 $this->
lng->txt(self::TAB_SETTINGS),
529 $this->
ctrl->getLinkTarget($this, self::CMD_EDIT_SETTINGS)
533 $this->tabs_gui->addTab(
534 "administrate_users",
535 $this->
lng->txt(
"administrate_users"),
536 $this->
ctrl->getLinkTargetByClass(
537 [self::class, ilLocalUserGUI::class],
546 $this->tabs_gui->addTab(
547 self::TAB_GLOBAL_SETTINGS,
548 $this->
lng->txt(
'settings'),
549 $this->
ctrl->getLinkTargetByClass(
550 [self::class, ilOrgUnitGlobalSettingsGUI::class]
554 $this->tabs_gui->addTab(
556 $this->
lng->txt(self::TAB_EXPORT),
557 $this->
ctrl->getLinkTargetByClass(
558 [self::class, ilOrgUnitExportGUI::class]
564 $this->tabs_gui->addTab(
565 self::TAB_ORGU_TYPES,
566 $this->
lng->txt(self::TAB_ORGU_TYPES),
567 $this->
ctrl->getLinkTargetByClass(
568 [self::class, ilOrgUnitTypeGUI::class]
571 $this->tabs_gui->addTab(
573 $this->
lng->txt(self::TAB_POSITIONS),
574 $this->
ctrl->getLinkTargetByClass(
575 [self::class, ilOrgUnitPositionGUI::class]
585 $next_class = $this->
ctrl->getNextClass($this);
586 $cmd = $this->
ctrl->getCmd();
587 $this->tabs_gui->addSubTab(
589 $this->
lng->txt(self::TAB_SETTINGS),
590 $this->
ctrl->getLinkTarget($this, self::CMD_EDIT_SETTINGS)
592 $this->tabs_gui->addSubTab(
594 $this->
lng->txt(
"obj_multilinguality"),
595 $this->
ctrl->getLinkTargetByClass(
"ilobjecttranslationgui",
"listTranslations")
598 $ilOrgUnitType = $this->
object->getOrgUnitType();
600 if (count($ilOrgUnitType->getAssignedAdvancedMDRecords(
true))) {
601 $this->tabs_gui->addSubTab(
602 'edit_advanced_settings',
603 $this->
lng->txt(
'orgu_adv_settings'),
604 $this->
ctrl->getLinkTarget($this,
'editAdvancedSettings')
609 $this->tabs_gui->setSubTabActive($active_tab_id);
610 switch ($next_class) {
611 case 'iltranslationgui':
612 $this->tabs_gui->setSubTabActive(
"edit_translations");
616 case self::CMD_EDIT_SETTINGS:
617 $this->tabs_gui->setSubTabActive(
'edit_settings');
619 case 'editAdvancedSettings':
620 case 'updateAdvancedSettings':
621 $this->tabs_gui->setSubTabActive(
'edit_advanced_settings');
632 $ref_id = $this->
object->getRefId();
633 $may_create_orgus = $this->
ilAccess->checkAccess(
"create_orgu",
"",
$ref_id,
'orgu');
638 $this->tabs_gui->addSubTab(
640 $this->
lng->txt(
"import"),
641 $this->
ctrl->getLinkTargetByClass([self::class, ilOrgUnitSimpleImportGUI::class],
"chooseImport")
664 if ($this->
ilAccess->checkAccess(
"write",
"", $this->ref_id) ===
false) {
665 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"permission_denied"),
true);
666 $this->
ctrl->redirect($this);
674 $this->
object->getOrgUnitTypeId()
686 if (!$this->
ilAccess->checkAccess(
'write',
'', $this->ref_id)) {
687 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'permission_denied'),
true);
688 $this->
ctrl->redirect($this);
696 $this->
object->getOrgUnitTypeId()
701 if (
$gui->importEditFormPostValues()) {
702 $gui->writeEditForm();
703 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'settings_saved'),
true);
704 $this->
ctrl->redirect($this,
'editAdvancedSettings');
712 if (!$this->
ilAccess->checkAccess(
'write',
"", $this->ref_id)) {
713 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'permission_denied'),
true);
714 $this->
ctrl->redirect($this);
722 if (!$this->
ilAccess->checkAccess(
'write',
'', $this->ref_id)) {
723 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'permission_denied'),
true);
724 $this->
ctrl->redirect($this);
727 if (
$form->saveObject()) {
728 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'msg_obj_modified'),
true);
729 $this->
ctrl->redirect($this, self::CMD_EDIT_SETTINGS);
737 parent::showAdministrationPanel();
739 if (empty($this->
toolbar->items) ===
false) {
740 foreach ($this->
toolbar->items as $key => $item) {
741 if ($item[
"cmd"] ==
"link" || $item[
"cmd"] ==
"copy" 742 || $item[
"cmd"] ==
"download" 744 unset($this->
toolbar->items[$key]);
753 $ilCtrl = $DIC[
'ilCtrl'];
754 $ilCtrl->setTargetScript(
'ilias.php');
755 $ilCtrl->setParameterByClass(
"ilObjOrgUnitGUI",
"ref_id", $ref_id);
756 $ilCtrl->setParameterByClass(
"ilObjOrgUnitGUI",
"admin_mode", self::TAB_SETTINGS);
757 $ilCtrl->setParameterByClass(
"IlObjPluginDispatchGUI",
"admin_mode", self::TAB_SETTINGS);
758 $ilCtrl->redirectByClass(array(
"ilAdministrationGUI",
"ilObjOrgUnitGUI"),
"view");
764 $explorer->setAjax(
false);
765 $explorer->setSelectMode(
'nodes[]',
false);
780 if ($this->clipboard->getCmd() !=
'cut') {
781 $message = __METHOD__ .
": cmd was not 'cut' ; may be a hack attempt!";
784 if ($this->clipboard->hasEntries()) {
788 $this->
ctrl->returnToParent($this);
805 $ids = filter_input(INPUT_POST,
'id', FILTER_DEFAULT, FILTER_REQUIRE_ARRAY);
806 if (count($ids) > 0) {
808 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"info_deleted"),
true);
810 $this->
ctrl->returnToParent($this);
824 if (isset($_POST[
"id"]) && is_array($_POST[
'id']) && count($_POST[
'id']) > 0) {
825 $arr_ref_ids = $_POST[
'id'];
826 } elseif (isset(
$_GET[
'item_ref_id']) && (
int)
$_GET[
'item_ref_id'] > 0) {
827 $arr_ref_ids = [(
int)
$_GET[
'item_ref_id']];
830 if (!$ru->showDeleteConfirmation($arr_ref_ids,
false)) {
831 $ilCtrl->returnToParent($this);
static getIconsCache()
Returns an array that maps from OrgUnit object IDs to its icon defined by the assigned OrgUnit type...
confirmedDeleteObject()
confirmed deletion of org units -> org units are deleted immediately, without putting them to the tra...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _checkAccessSettings(int $ref_id)
Class ilOrgUnitUserAssignmentGUI.
Class ilOrgUnitPositionGUI.
setSubTabsSettings(string $active_tab_id)
static _checkAccessExport(int $ref_id)
static _checkAccessAdministrateUsers(int $ref_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilOrgUnitSimpleImportGUI.
getCreatableObjectTypes()
initAdvancedSettingsForm()
Initialize the form for editing advanced meta data.
Global orgunit settings GUI.
Class ilOrgUnitExportGUI.
afterSave(ilObject $new_object)
isActiveAdministrationPanel()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
pasteObject()
paste object from clipboard to current place Depending on the chosen command the object(s) are linked...
const MODE_ADMINISTRATION
addStandardContainerSubTabs(bool $a_include_view=true)
Add standard container subtabs for view, manage, oderdering and text/media editor link...
addAdminLocatorItems(bool $do_not_add_object=false)
updateAdvancedSettings()
Update Advanced Metadata.
ilAccessHandler $ilAccess
setTitleAndDescription()
called by prepare output
Repository GUI Utilities.
deleteObject(bool $error=false)
Display deletion confirmation screen for Org Units.
Class ilObjForumAdministration.
cancelMoveLinkObject()
Cancel move|link empty clipboard and return to parent.
doUserAutoCompleteObject()
editAdvancedSettings()
Edit Advanced Metadata.
const LP_CONTEXT_ORG_UNIT
static removeObjectsFromSystem(array $a_ref_ids, bool $a_from_recovery_folder=false)
remove objects from trash bin and all entries therefore every object needs a specific deleteObject() ...
static _checkAccessStaff(int $ref_id)
static _goto(string $ref_id)
static redirect(string $a_script)
performPaste()
Prepare $_POST for the generic method performPasteIntoMultipleObjectsObject
static _checkAccessToUserLearningProgress(int $ref_id, int $usr_id)
Render add new item selector.
performPasteIntoMultipleObjectsObject()
Explorer class that works on tree objects (Services/Tree)
__construct(Container $dic, ilPlugin $plugin)
getReturnLocation(string $cmd, string $default_location="")
Get return location for command (command is method name without "Object", e.g.
setInfoObject(ilInfoScreenGUI $info)
get info sections
ILIAS Container InternalGUIService $gui
ILIAS DI LoggingServices $ilLog
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
showAdministrationPanel()
Class ilContainerGUI This is a base GUI class for all container objects in ILIAS: root folder...
redirectToRefId(int $ref_id, string $cmd="")
const TAB_GLOBAL_SETTINGS
static _lookupType(int $id, bool $reference=false)
buildGroup(string $create_target_class, array $obj_types_in_group, string $title, array $subtypes)
Class ilObjUserTrackingGUI.
keepObjectsInClipboardObject()
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
GUI class for object translation handling.
getTreeSelectorGUI(string $cmd)