86 $ilToolbar = $DIC[
'ilToolbar'];
99 $this->toolbar = $ilToolbar;
102 $this->type =
'orgu';
104 $lng->loadLanguageModule(
"orgu");
105 $this->tpl->addCss(
'./Modules/OrgUnit/templates/default/orgu.css');
107 $DIC->globalScreen()->tool()->context()->current()->addAdditionalData(OrgUnitToolProvider::SHOW_ORGU_TREE,
true);
117 $cmd = $this->ctrl->getCmd();
118 $next_class = $this->ctrl->getNextClass($this);
119 parent::prepareOutput();
121 switch ($next_class) {
122 case 'ilorgunitglobalsettingsgui':
123 $this->tabs_gui->activateTab(self::TAB_GLOBAL_SETTINGS);
125 $this->ctrl->forwardCommand($global_settings);
127 case "illocalusergui":
130 $this->ctrl->redirect($this);
132 $this->tabs_gui->activateTab(
'administrate_users');
134 $this->ctrl->forwardCommand($ilLocalUserGUI);
136 case "ilorgunitsimpleimportgui":
137 $this->tabs_gui->activateTab(
"view");
139 $this->tabs_gui->setSubTabActive(
'import');
141 $this->ctrl->forwardCommand($ilOrgUnitSimpleImportGUI);
143 case "ilorgunitsimpleuserimportgui":
145 $this->ctrl->forwardCommand($ilOrgUnitSimpleUserImportGUI);
147 case "ilorgunitstaffgui":
148 case "ilrepositorysearchgui":
149 $this->tabs_gui->activateTab(self::TAB_STAFF);
151 $this->ctrl->forwardCommand($ilOrgUnitStaffGUI);
156 $ilObjUserGUI =
new ilObjUserGUI(
"", (
int) $_GET[
'ref_id'],
true,
false);
157 $ilObjUserGUI->setCreationMode(
true);
158 $this->ctrl->forwardCommand($ilObjUserGUI);
159 $this->tabs_gui->setBackTarget($this->lng->txt(
"back"), $this->ctrl->getLinkTargetByClass(
"illocalusergui",
'index'));
162 $ilObjUserGUI =
new ilObjUserGUI(
"", $_GET[
'ref_id'],
true,
false);
163 $ilObjUserGUI->setCreationMode(
true);
164 $this->ctrl->forwardCommand($ilObjUserGUI);
165 $this->tabs_gui->clearTargets();
166 $this->tabs_gui->setBackTarget($this->lng->txt(
"back"), $this->ctrl->getLinkTargetByClass(
"illocalusergui",
'index'));
170 $ilObjUserGUI =
new ilObjUserGUI(
"", (
int) $_GET[
'obj_id'],
false,
false);
171 $ilObjUserGUI->setCreationMode(
false);
172 $this->ctrl->forwardCommand($ilObjUserGUI);
173 $this->tabs_gui->clearTargets();
174 $this->tabs_gui->setBackTarget($this->lng->txt(
"back"), $this->ctrl->getLinkTargetByClass(
"illocalusergui",
'index'));
177 $this->ctrl->redirectByClass(
"illocalusergui",
"index");
181 case "ilobjuserfoldergui":
184 $this->ctrl->redirectByClass(
"illocalusergui",
"index");
188 $ilObjUserFolderGUI->setUserOwnerId((
int) $_GET[
'ref_id']);
189 $ilObjUserFolderGUI->setCreationMode(
true);
190 $this->ctrl->forwardCommand($ilObjUserFolderGUI);
191 $this->tabs_gui->clearTargets();
192 $this->tabs_gui->setBackTarget($this->lng->txt(
"back"), $this->ctrl->getLinkTargetByClass(
"illocalusergui",
'index'));
196 case "ilinfoscreengui":
197 $this->tabs_gui->activateTab(
"info_short");
199 $this->
ilias->raiseError($this->lng->txt(
"msg_no_perm_read"), $this->
ilias->error_obj->MESSAGE);
205 $this->ctrl->forwardCommand($info);
207 case 'ilpermissiongui':
208 $this->tabs_gui->activateTab(
'perm_settings');
210 $this->ctrl->forwardCommand($ilPermissionGUI);
212 case "ilcommonactiondispatchergui":
214 $this->ctrl->forwardCommand($gui);
216 case 'illearningprogressgui':
217 case 'illplistofprogressgui':
218 $this->tabs_gui->clearTargets();
222 $this->ctrl->redirectByClass(
"ilOrgUnitStaffGUI",
"showStaff");
224 $this->ctrl->saveParameterByClass(
"illearningprogressgui",
"obj_id");
225 $this->ctrl->saveParameterByClass(
"illearningprogressgui",
"recursive");
227 $this->ctrl->forwardCommand($new_gui);
229 case 'ilorgunitexportgui':
232 $this->ctrl->redirect($this);
234 $this->tabs_gui->activateTab(self::TAB_EXPORT);;
236 $ilOrgUnitExportGUI->addFormat(
'xml');
237 $this->ctrl->forwardCommand($ilOrgUnitExportGUI);
239 case strtolower(ilTranslationGUI::class):
240 $this->tabs_gui->activateTab(self::TAB_SETTINGS);
243 $this->ctrl->forwardCommand($ilTranslationGui);
245 case strtolower(ilOrgUnitTypeGUI::class):
246 $this->tabs_gui->activateTab(self::TAB_ORGU_TYPES);
248 $this->ctrl->forwardCommand($types_gui);
250 case strtolower(ilOrgUnitPositionGUI::class):
251 $this->tabs_gui->activateTab(self::TAB_POSITIONS);
253 $this->ctrl->forwardCommand($types_gui);
255 case strtolower(ilOrgUnitUserAssignmentGUI::class):
256 $this->tabs_gui->activateTab(self::TAB_STAFF);
258 $this->ctrl->forwardCommand($ilOrgUnitUserAssignmentGUI);
261 $this->tabs_gui->activateTab(self::TAB_VIEW_CONTENT);
274 case 'performPasteIntoMultipleObjects':
277 case 'keepObjectsInClipboard':
281 parent::createObject();
284 parent::saveObject();
287 $this->tabs_gui->clearTargets();
288 $this->tabs_gui->setBackTarget($this->lng->txt(
"back"), $this->ctrl->getLinkTarget($this));
291 case 'confirmedDelete':
295 $this->tabs_gui->clearTargets();
296 $this->tabs_gui->setBackTarget($this->lng->txt(
"back"), $this->ctrl->getLinkTarget($this));
300 parent::clearObject();
302 case 'enableAdministrationPanel':
303 parent::enableAdministrationPanelObject();
305 case 'disableAdministrationPanel':
306 parent::disableAdministrationPanelObject();
308 case 'getAsynchItemList':
309 parent::getAsynchItemListObject();
311 case self::CMD_EDIT_SETTINGS:
312 $this->tabs_gui->activateTab(self::TAB_SETTINGS);
316 case 'updateSettings':
317 $this->tabs_gui->activateTab(self::TAB_SETTINGS);
321 case 'editAdvancedSettings':
322 $this->tabs_gui->activateTab(self::TAB_SETTINGS);
326 case 'updateAdvancedSettings':
327 $this->tabs_gui->activateTab(self::TAB_SETTINGS);
334 case 'cancelMoveLink':
348 ilUtil::sendSuccess($this->lng->txt(
"object_added"),
true);
349 $this->ctrl->setParameter($this,
"ref_id", $a_new_object->
getRefId());
356 if (!$this->rbacsystem->checkAccess(
"read",
$_GET[
"ref_id"])) {
357 if ($this->rbacsystem->checkAccess(
"visible",
$_GET[
"ref_id"])) {
359 $this->ctrl->redirectByClass(
'ilinfoscreengui',
'');
362 $this->
ilias->raiseError($this->lng->txt(
"msg_no_perm_read"), $this->
ilias->error_obj->WARNING);
365 parent::renderObject();
366 $this->tabs_gui->activateTab(self::TAB_VIEW_CONTENT);
367 $this->tabs_gui->removeSubTab(
"page_editor");
368 $this->tabs_gui->removeSubTab(
"ordering");
398 $gui->setCreationUrl($this->ctrl->getLinkTarget($this,
'create'));
408 # all possible create permissions 409 parent::setTitleAndDescription();
410 if ($this->object->getTitle() ==
"__OrgUnitAdministration") {
411 $this->tpl->setTitle($this->lng->txt(
"objs_orgu"));
412 $this->tpl->setDescription($this->lng->txt(
"objs_orgu"));
416 if ($this->
ilias->getSetting(
'custom_icons')) {
417 $icons_cache = ilObjOrgUnit::getIconsCache();
418 $icon_file = (isset($icons_cache[$this->object->getId()])) ? $icons_cache[$this->
object->getId()] :
'';
420 $this->tpl->setTitleIcon($icon_file, $this->lng->txt(
"obj_" . $this->object->getType()));
433 foreach ((array) $path as $key => $row) {
434 if ($row[
"title"] ==
"__OrgUnitAdministration") {
435 $row[
"title"] = $this->lng->txt(
"objs_orgu");
437 $this->ctrl->setParameterByClass(
"ilobjorgunitgui",
"ref_id", $row[
"child"]);
438 $this->ilLocator->addItem($row[
"title"], $this->ctrl->getLinkTargetByClass(
"ilobjorgunitgui",
"view"),
ilFrameTargetInfo::_getFrame(
"MainContent"), $row[
"child"]);
439 $this->ctrl->setParameterByClass(
"ilobjorgunitgui",
"ref_id",
$_GET[
"ref_id"]);
451 if ($obj_type !=
"orgu") {
452 parent::redirectToRefId($a_ref_id, $a_cmd);
454 $this->ctrl->setParameterByClass(
"ilObjOrgUnitGUI",
"ref_id", $a_ref_id);
455 $this->ctrl->redirectByClass(
"ilObjOrgUnitGUI", $a_cmd);
465 $read_access_ref_id = $this->rbacsystem->checkAccess(
'visible,read', $this->object->getRefId());
466 if ($read_access_ref_id) {
467 $this->tabs_gui->addTab(self::TAB_VIEW_CONTENT, $this->lng->txt(
"content"), $this->ctrl->getLinkTarget($this,
""));
468 $this->tabs_gui->addTab(
"info_short",
"Info", $this->ctrl->getLinkTargetByClass(
"ilinfoscreengui",
"showSummary"));
475 $this->tabs_gui->addTab(self::TAB_STAFF, $this->lng->txt(self::TAB_STAFF), $this->ctrl->getLinkTargetByClass(ilOrgUnitUserAssignmentGUI::class,
ilOrgUnitUserAssignmentGUI::CMD_INDEX));
478 $this->tabs_gui->addTab(self::TAB_SETTINGS, $this->lng->txt(self::TAB_SETTINGS), $this->ctrl->getLinkTarget($this, self::CMD_EDIT_SETTINGS));
481 $this->tabs_gui->addTab(
"administrate_users", $this->lng->txt(
"administrate_users"), $this->ctrl->getLinkTargetByClass(
"ilLocalUserGUI",
"index"));
487 $this->tabs_gui->addTab(self::TAB_GLOBAL_SETTINGS, $this->lng->txt(
'settings'), $this->ctrl->getLinkTargetByClass(ilOrgUnitGlobalSettingsGUI::class));
489 $this->tabs_gui->addTab(self::TAB_EXPORT, $this->lng->txt(self::TAB_EXPORT), $this->ctrl->getLinkTargetByClass(ilOrgUnitExportGUI::class));
493 $this->tabs_gui->addTab(self::TAB_ORGU_TYPES, $this->lng->txt(self::TAB_ORGU_TYPES), $this->ctrl->getLinkTargetByClass(ilOrgUnitTypeGUI::class));
494 $this->tabs_gui->addTab(self::TAB_POSITIONS, $this->lng->txt(self::TAB_POSITIONS), $this->ctrl->getLinkTargetByClass(ilOrgUnitPositionGUI::class));
506 $next_class = $this->ctrl->getNextClass($this);
507 $cmd = $this->ctrl->getCmd();
508 $this->tabs_gui->addSubTab(
'edit_settings', $this->lng->txt(self::TAB_SETTINGS), $this->ctrl->getLinkTarget($this, self::CMD_EDIT_SETTINGS));
509 $this->tabs_gui->addSubTab(
"edit_translations", $this->lng->txt(
"obj_multilinguality"), $this->ctrl->getLinkTargetByClass(
"iltranslationgui",
"editTranslations"));
511 $ilOrgUnitType = $this->
object->getOrgUnitType();
513 if (count($ilOrgUnitType->getAssignedAdvancedMDRecords(
true))) {
514 $this->tabs_gui->addSubTab(
'edit_advanced_settings', $this->lng->txt(
'orgu_adv_settings'), $this->ctrl->getLinkTarget($this,
'editAdvancedSettings'));
518 $this->tabs_gui->setSubTabActive($active_tab_id);
519 switch ($next_class) {
520 case 'iltranslationgui':
521 $this->tabs_gui->setSubTabActive(
"edit_translations");
525 case self::CMD_EDIT_SETTINGS:
526 $this->tabs_gui->setSubTabActive(
'edit_settings');
528 case 'editAdvancedSettings':
529 case 'updateAdvancedSettings':
530 $this->tabs_gui->setSubTabActive(
'edit_advanced_settings');
548 $this->tabs_gui->addSubTab(
"import", $this->lng->txt(
"import"), $this->ctrl->getLinkTargetByClass(
"ilOrgUnitSimpleImportGUI",
"chooseImport"));
561 $form->setFormAction($this->ctrl->getFormAction($this));
562 $form->addCommandButton(
'updateAdvancedSettings', $this->lng->txt(
'save'));
563 $form->addCommandButton(self::CMD_EDIT_SETTINGS, $this->lng->txt(
'cancel'));
576 $this->ctrl->redirect($this);
582 $this->tpl->setContent($form->getHTML());
593 $this->ctrl->redirect($this);
600 if ($gui->importEditFormPostValues()) {
601 $gui->writeEditForm();
602 ilUtil::sendSuccess($this->lng->txt(
'settings_saved'),
true);
603 $this->ctrl->redirect($this,
'editAdvancedSettings');
605 $this->tpl->setContent($form->getHTML());
614 $this->ctrl->redirect($this);
617 $this->tpl->setContent($form->getHTML());
625 $this->ctrl->redirect($this);
628 if ($form->saveObject()) {
629 ilUtil::sendSuccess($this->lng->txt(
'msg_obj_modified'),
true);
630 $this->ctrl->redirect($this, self::CMD_EDIT_SETTINGS);
632 $this->tpl->setContent($form->getHTML());
642 parent::showAdministrationPanel();
646 if (!
$toolbar = $DIC->ui()->mainTemplate()->admin_panel_commands_toolbar) {
650 foreach (
$toolbar->items as $key => $item) {
651 if ($item[
"cmd"] ==
"link" || $item[
"cmd"] ==
"copy" 652 || $item[
"cmd"] ==
"download" 665 $ilCtrl->initBaseClass(
"ilAdministrationGUI");
666 $ilCtrl->setParameterByClass(
"ilObjOrgUnitGUI",
"ref_id",
$ref_id);
667 $ilCtrl->setParameterByClass(
"ilObjOrgUnitGUI",
"admin_mode", self::TAB_SETTINGS);
668 $ilCtrl->setParameterByClass(
"IlObjPluginDispatchGUI",
"admin_mode", self::TAB_SETTINGS);
669 $ilCtrl->redirectByClass(array(
"ilAdministrationGUI",
"ilObjOrgUnitGUI"),
"view");
676 $tree = $DIC[
'tree'];
678 $explorer->setAjax(
false);
679 $explorer->setSelectMode(
'nodes[]',
false);
699 if (!in_array(
$_SESSION[
'clipboard'][
'cmd'], array(
'cut'))) {
700 $message = __METHOD__ .
": cmd was not 'cut' ; may be a hack attempt!";
703 if (
$_SESSION[
'clipboard'][
'cmd'] ==
'cut') {
704 if (isset(
$_GET[
'ref_id']) && (
int)
$_GET[
'ref_id']) {
708 $this->ctrl->returnToParent($this);
728 return parent::__initTableGUI();
739 $ids = filter_input(INPUT_POST,
'id', FILTER_DEFAULT, FILTER_REQUIRE_ARRAY);
740 if (count($ids) > 0) {
742 ilUtil::sendSuccess($DIC->language()->txt(
"info_deleted"),
true);
744 $this->ctrl->returnToParent($this);
757 require_once(
"./Services/Repository/classes/class.ilRepUtilGUI.php");
762 if (is_array(
$_POST[
'id']) && count(
$_POST[
'id']) > 0) {
763 $arr_ref_ids =
$_POST[
'id'];
764 } elseif (
$_GET[
'item_ref_id'] > 0) {
765 $arr_ref_ids = [
$_GET[
'item_ref_id']];
768 if (!$ru->showDeleteConfirmation($arr_ref_ids,
false)) {
769 $ilCtrl->returnToParent($this);
780 return parent::__setTableGUIBasicData($tbl, $result_set, $a_from);
787 $parent_ref_id =
$_SESSION[
"clipboard"][
"parent"];
789 $DIC->ctrl()->setParameter($this,
'ref_id', $parent_ref_id);
790 $DIC->ctrl()->redirect($this);
setSubTabsSettings($active_tab_id)
confirmedDeleteObject()
confirmed deletion of org units -> org units are deleted immediately, without putting them to the tra...
setPropertyForm($form)
set property form object
static _checkAccessStaff($ref_id)
afterSave(ilObject $a_new_object)
deleteObject($a_error=false)
Display deletion confirmation screen for Org Units.
static _checkAccessSettings(int $ref_id)
__setTableGUIBasicData(&$tbl, &$result_set, $a_from="")
Class ilOrgUnitUserAssignmentGUI.
Class ilOrgUnitPositionGUI.
static _checkAccessExport(int $ref_id)
initCreationForms($a_new_type)
initCreationForms
Class ilOrgUnitSimpleImportGUI.
initAdvancedSettingsForm()
Initialize the form for editing advanced meta data.
Global orgunit settings GUI.
Class ilOrgUnitExportGUI.
setContentSubTabs()
Set content sub tabs.
pasteObject()
paste object from clipboard to current place Depending on the chosen command the object(s) are linked...
initImportForm($a_new_type)
Init object import form.
checkAccess($a_permission, $a_cmd, $a_ref_id, $a_type="", $a_obj_id="", $a_tree_id="")
check access for an object (provide $a_type and $a_obj_id if available for better performance)(option...
setInfoObject($info)
get info sections
const MODE_ADMINISTRATION
updateAdvancedSettings()
Update Advanced Metadata.
Repository GUI Utilities.
setTitleAndDescription()
called by prepare output
static _checkAccessAdministrateUsers($ref_id)
redirection script todo: (a better solution should control the processing via a xml file) ...
importFileObject($parent_id=null, $a_catch_errors=true)
Import.
doUserAutoCompleteObject()
??
initCreateForm($a_new_type)
Init object creation form.
editAdvancedSettings()
Edit Advanced Metadata.
const LP_CONTEXT_ORG_UNIT
static _lookupType($a_id, $a_reference=false)
lookup object type
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
performPaste()
Prepare $_POST for the generic method performPasteIntoMultipleObjectsObject
redirectToRefId($a_ref_id, $a_cmd="")
performPasteIntoMultipleObjectsObject()
Render add new item selector.
__construct(Container $dic, ilPlugin $plugin)
Class ilObjUserFolderGUI.
getRefId()
get reference id public
Class ilOrgUnitSimpleUserImportGUI.
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
showAdministrationPanel()
show administration panel
const TAB_GLOBAL_SETTINGS
static redirect($a_script)
static _checkAccessToUserLearningProgress($ref_id, $usr_id)
Class ilObjUserTrackingGUI.
getReturnLocation($a_cmd, $a_location="")
get return location for command (command is method name without "Object", e.g.
keepObjectsInClipboardObject()
Keep objects in the clipboard.
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
addAdminLocatorItems($a_do_not_add_object=false)
addStandardContainerSubTabs($a_include_view=true)
Add standar container subtabs for view, manage, oderdering and text/media editor link.
static removeObjectsFromSystem($a_ref_ids, $a_from_recovery_folder=false)
remove objects from trash bin and all entries therefore every object needs a specific deleteObject() ...