48 $this->main_tpl = $DIC->ui()->mainTemplate();
49 $this->
http = $DIC->http();
50 $this->
ctrl = $DIC->ctrl();
51 $this->
toolbar = $DIC->toolbar();
52 $this->
access = $DIC->access();
61 FILTER_SANITIZE_NUMBER_INT
63 $this->main_tpl->setOnScreenMessage(
'failure', $this->
language->txt(
"permission_denied"),
true);
64 $this->
ctrl->redirectByClass(ilObjOrgUnitGUI::class);
67 $r = $this->
http->request();
68 switch ($this->
ctrl->getNextClass()) {
69 case strtolower(ilRepositorySearchGUI::class):
70 switch ($this->
ctrl->getCmd()) {
71 case 'addUserFromAutoComplete':
72 if ($r->getQueryParams()[
'addusertype'] ==
"staff") {
78 $repo->setCallback($this,
'addStaffFromSearch');
79 $this->
ctrl->forwardCommand($repo);
85 parent::executeCommand();
90 protected function index(): void
98 $this->
ctrl->setParameterByClass(ilRepositorySearchGUI::class,
'addusertype',
'staff');
100 'auto_complete_name' => $this->
language->txt(
'user'),
101 'user_type' => $types,
102 'submit_name' => $this->
language->txt(
'add'),
113 $html .= $ilOrgUnitUserAssignmentTableGUI->getHTML();
121 $this->
activeSubTab(self::SUBTAB_ASSIGNMENTS_RECURSIVE);
125 $ilOrgUnitRecursiveUserAssignmentTableGUI =
128 self::CMD_ASSIGNMENTS_RECURSIVE,
131 $html .= $ilOrgUnitRecursiveUserAssignmentTableGUI->getHTML();
139 $confirmation->setConfirm($this->
language->txt(
'remove_user'), self::CMD_DELETE);
147 $confirmation->setConfirm($this->
language->txt(
'remove_user'), self::CMD_DELETE_RECURSIVE);
154 $this->
ctrl->saveParameter($this,
'position_id');
156 $confirmation->setFormAction($this->
ctrl->getFormAction($this));
157 $confirmation->setCancel($this->
language->txt(self::CMD_CANCEL), self::CMD_CANCEL);
159 $params = $this->
http->request()->getQueryParams();
161 $position_id =
$params[
'position_id'];
164 $position_title = $types[$position_id];
166 $confirmation->setHeaderText(sprintf($this->
language->txt(
'msg_confirm_remove_user'), $position_title));
169 return $confirmation;
172 protected function delete():
void 174 $params = $this->
http->request()->getQueryParams();
175 $usr_id = $_POST[
'usr_id'];
176 $position_id =
$params[
'position_id'];
184 $this->main_tpl->setOnScreenMessage(
'success', $this->
language->txt(
'remove_successful'),
true);
190 $r = $this->
http->request();
192 ->getAssignmentsOfUserIdAndPosition((
int) $_POST[
'usr_id'], (
int) $r->getQueryParams()[
'position_id'])
195 foreach ($assignments as $assignment) {
196 $assignment->delete();
198 $this->main_tpl->setOnScreenMessage(
'success', $this->
language->txt(
'remove_successful'),
true);
204 $this->
ctrl->redirect($this, self::CMD_INDEX);
209 if (!$this->
access->checkAccess(
"write",
"", $this->getParentRefId())) {
210 $this->main_tpl->setOnScreenMessage(
'failure', $this->
language->txt(
"permission_denied"),
true);
211 $this->
ctrl->redirect($this, self::CMD_INDEX);
214 $users = explode(
',', $_POST[
'user_login']);
216 foreach ($users as $user) {
219 $user_ids[] = $user_id;
223 if (!count($user_ids)) {
224 $this->main_tpl->setOnScreenMessage(
'failure', $this->
language->txt(
"user_not_found"),
true);
225 $this->
ctrl->redirect($this, self::CMD_INDEX);
230 if (!$position_id && !$position = ilOrgUnitPosition::find($position_id)) {
231 $this->main_tpl->setOnScreenMessage(
'failure', $this->
language->txt(
"user_not_found"),
true);
232 $this->
ctrl->redirect($this, self::CMD_INDEX);
234 foreach ($user_ids as $user_id) {
238 $this->main_tpl->setOnScreenMessage(
'success', $this->
language->txt(
"users_successfuly_added"),
true);
239 $this->
ctrl->redirect($this, self::CMD_INDEX);
247 if (!$this->
access->checkAccess(
"write",
"", $this->getParentRefId())) {
248 $this->main_tpl->setOnScreenMessage(
'failure', $this->
language->txt(
"permission_denied"),
true);
249 $this->
ctrl->redirect($this, self::CMD_INDEX);
252 if (!count($user_ids)) {
253 $this->main_tpl->setOnScreenMessage(
'failure', $this->
language->txt(
"user_not_found"),
true);
254 $this->
ctrl->redirect($this, self::CMD_INDEX);
259 if (!$position_id && !$position = ilOrgUnitPosition::find($position_id)) {
260 $this->main_tpl->setOnScreenMessage(
'failure', $this->
language->txt(
"user_not_found"),
true);
261 $this->
ctrl->redirect($this, self::CMD_INDEX);
263 foreach ($user_ids as $user_id) {
267 $this->main_tpl->setOnScreenMessage(
'success', $this->
language->txt(
"users_successfuly_added"),
true);
268 $this->
ctrl->redirect($this, self::CMD_INDEX);
274 ->getLinkTarget($this, self::CMD_INDEX));
278 self::CMD_ASSIGNMENTS_RECURSIVE
activeSubTab(string $subtab_id)
static findOrCreateAssignment(int $user_id, int $position_id, int $orgu_id)
static getArray(?string $key=null, $values=null)
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
const CORE_POSITION_EMPLOYEE
const SUBTAB_ASSIGNMENTS_RECURSIVE
Class ilOrgUnitUserAssignmentGUI.
static _lookupId($a_user_str)
static getActiveForPosition(int $orgu_ref_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
pushSubTab(string $subtab_id, string $url)
static http()
Fetches the global http state from ILIAS.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilGlobalTemplateInterface $main_tpl
const CMD_ASSIGNMENTS_RECURSIVE
addStaffFromSearch(array $user_ids, ?string $user_type=null)
static fillAutoCompleteToolbar(object $parent_object, ilToolbarGUI $toolbar=null, array $a_options=[], bool $a_sticky=false)
array( auto_complete_name = $lng->txt('user'), auto_complete_size = 15, user_type = array(ilCoursePar...
Class ilOrgUnitRecursiveUserAssignmentTableGUI.
static _checkAccessPositions(int $ref_id)
__construct(Container $dic, ilPlugin $plugin)
Class ilOrgUnitUserAssignmentTableGUI.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupLogin(int $a_user_id)