19 declare(strict_types=1);
76 ILIAS\
HTTP\Wrapper\WrapperFactory $wrapper,
92 $this->request_wrapper = $wrapper->query();
93 $this->post_wrapper = $wrapper->post();
101 if (!$this->iass_access->mayEditMembers()
102 && !$this->iass_access->mayGradeAnyUser()
103 && !$this->iass_access->mayViewAnyUser()
104 && !$this->iass_access->mayAmendAllUsers()
108 $cmd = $this->
ctrl->getCmd();
109 $next_class = $this->
ctrl->getNextClass();
110 $this->
ctrl->saveParameterByClass(
"ilIndividualAssessmentMembersGUI", self::F_STATUS);
111 $this->tpl->setPermanentLink(
"iass", $this->ref_id);
113 switch ($next_class) {
114 case "ilrepositorysearchgui":
116 $rep_search->setCallback($this,
"addUsersFromSearch");
117 $rep_search->addUserAccessFilterCallable(
118 function ($a_user_ids) {
122 $this->
ctrl->forwardCommand($rep_search);
124 case "ilindividualassessmentmembergui":
125 $this->
tabs->clearTargets();
126 $this->
tabs->setBackTarget(
127 $this->
lng->txt(
'back'),
128 $this->
ctrl->getLinkTargetByClass(self::class,
'view')
130 $this->
ctrl->forwardCommand($this->member_gui);
144 if ($this->request_wrapper->retrieve(
'failure',
$r->byTrying([
$r->kindlyTo()->bool(),
$r->always(
false)]))) {
145 $this->tpl->setOnScreenMessage(
"failure", $this->
txt(
'iass_add_user_failure'));
147 $this->tpl->setOnScreenMessage(
"success", $this->
txt(
'iass_add_user_success'));
152 protected function view(): void
154 if ($this->iass_access->mayEditMembers()) {
155 $search_params = [
'crs',
'grp'];
156 $container_id = $this->
object->getParentContainerIdByType($this->ref_id, $search_params);
157 if ($container_id !== 0) {
162 'auto_complete_name' => $this->
txt(
'user'),
163 'submit_name' => $this->
txt(
'add'),
164 'add_search' =>
true,
165 'add_from_container' => $container_id
173 'auto_complete_name' => $this->
txt(
'user'),
174 'submit_name' => $this->
txt(
'add'),
188 $this->date_formatter
194 $entries = $this->
object->loadMembersAsSingleObjects($filter, $sort);
195 $table->setData($entries);
198 $output = $table->render($view_controls);
200 $this->tpl->setContent($output);
208 if (!empty($user_ids)) {
212 $this->tpl->setOnScreenMessage(
"info", $this->
txt(
"search_no_selection"),
true);
213 $this->
ctrl->redirect($this,
'view');
223 if (!$this->iass_access->mayEditMembers()) {
229 if (count($user_ids) === 0) {
234 if (!$members->userAllreadyMember($user)) {
235 $members = $members->withAdditionalUser($user);
240 $members->updateStorageAndRBAC($iass->membersStorage(), $iass->accessHandler());
242 $this->
ctrl->setParameter($this,
'failure', $failure);
243 $this->
ctrl->redirect($this,
'addedUsers');
251 if (!$this->iass_access->mayEditMembers()) {
254 $usr_id = $this->request_wrapper->retrieve(
"usr_id", $this->
refinery->kindlyTo()->int());
255 $message = $this->
lng->txt(
'iass_remove_user_qst');
257 $this->
ctrl->setParameterByClass(self::class,
'usr_id', $usr_id);
258 $remove = $this->
ctrl->getFormAction($this,
'removeUser');
259 $cancel = $this->
ctrl->getFormAction($this,
'view');
260 $this->
ctrl->clearParameterByClass(self::class,
'usr_id');
263 $this->
factory->button()->standard($this->
lng->txt(
'remove'), $remove),
264 $this->
factory->button()->standard($this->
lng->txt(
'cancel'), $cancel)
266 $message_box = $this->
factory->messageBox()->confirmation(
$message)->withButtons($buttons);
267 $this->tpl->setContent($this->
renderer->render($message_box));
275 if (!$this->iass_access->mayEditMembers()) {
278 $usr_id = $this->request_wrapper->retrieve(
"usr_id", $this->
refinery->kindlyTo()->int());
281 ->withoutPresentUser(
new ilObjUser($usr_id))
282 ->updateStorageAndRBAC($iass->membersStorage(), $iass->accessHandler());
284 $this->tpl->setOnScreenMessage(
"success", $this->
txt(
"iass_user_removed"),
true);
285 $this->
ctrl->redirect($this,
'view');
295 $vc_factory = $this->
factory->viewControl();
306 $vc = $vc_factory->mode(
311 if ($this->request_wrapper->has(self::F_STATUS)) {
313 $this->request_wrapper->retrieve(
315 $this->refinery->kindlyTo()->string()
325 $target = $this->
ctrl->getLinkTargetByClass(
"ilIndividualAssessmentMembersGUI",
"view");
326 return $vc_factory->sortation(
330 ->withTargetURL($target, self::F_SORT);
342 if ($this->iass_access->mayViewAnyUser()) {
343 $ret[$this->
txt(
"iass_filter_not_started")] =
345 $ret[$this->
txt(
"iass_filter_not_finalized")] =
347 $ret[$this->
txt(
"iass_filter_finalized")] =
349 $ret[$this->
txt(
"iass_filter_failed")] =
362 return $this->
txt(
"iass_filter_not_started");
364 return $this->
txt(
"iass_filter_not_finalized");
366 return $this->
txt(
"iass_filter_finalized");
368 return $this->
txt(
"iass_filter_failed");
370 return $this->
txt(
"iass_filter_all");
379 $this->
ctrl->setParameterByClass(
"ilIndividualAssessmentMembersGUI", self::F_SORT, $this->
getSortValue());
380 $this->
ctrl->setParameterByClass(
"ilIndividualAssessmentMembersGUI", self::F_STATUS, $value);
381 $link = $this->
ctrl->getLinkTargetByClass(
"ilIndividualAssessmentMembersGUI",
"view");
382 $this->
ctrl->setParameterByClass(
"ilIndividualAssessmentMembersGUI", self::F_STATUS,
null);
384 $this->
ctrl->setParameterByClass(
"ilIndividualAssessmentMembersGUI", self::F_SORT,
null);
392 $this->request_wrapper->has(self::F_STATUS) &&
393 $this->request_wrapper->retrieve(self::F_STATUS, $this->
refinery->kindlyTo()->string()) !=
"" &&
395 $this->request_wrapper->retrieve(self::F_STATUS, $this->refinery->kindlyTo()->string()),
404 return $this->request_wrapper->retrieve(self::F_STATUS, $this->
refinery->kindlyTo()->string());
413 self::S_NAME_ASC => $this->
txt(
"iass_sort_name_asc"),
414 self::S_NAME_DESC => $this->
txt(
"iass_sort_name_desc"),
415 self::S_EXAMINER_ASC => $this->
txt(
"iass_sort_examiner_login_asc"),
416 self::S_EXAMINER_DESC => $this->
txt(
"iass_sort_examiner_login_desc"),
417 self::S_CHANGETIME_ASC => $this->
txt(
"iass_sort_changetime_asc"),
418 self::S_CHANGETIME_DESC => $this->
txt(
"iass_sort_changetime_desc")
425 $this->request_wrapper->has(self::F_SORT) &&
426 $this->request_wrapper->retrieve(self::F_SORT, $this->
refinery->kindlyTo()->string()) !=
"" &&
428 $this->request_wrapper->retrieve(self::F_SORT, $this->refinery->kindlyTo()->string()),
432 self::S_EXAMINER_ASC,
433 self::S_EXAMINER_DESC,
434 self::S_CHANGETIME_ASC,
435 self::S_CHANGETIME_DESC
439 return $this->request_wrapper->retrieve(self::F_SORT, $this->
refinery->kindlyTo()->string());
447 $this->error_object->raiseError($this->
txt(
"msg_no_perm_read"), $this->error_object->WARNING);
450 protected function txt(
string $code): string
452 return $this->
lng->txt($code);
ilGlobalPageTemplate $tpl
getLinkForStatusFilter($value)
addUsers(array $user_ids)
Add users to corresponding iass-object.
IndividualAssessmentAccessHandler $iass_access
For the purpose of streamlining the grading and learning-process status definition outside of tests...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface Observer Contains several chained tasks and infos about them.
getActiveLabelForModeByFilter($filter)
ilErrorHandling $error_object
removeUser()
Remove users from corresponding iass-object.
getModeControl(ViewControl\Factory $vc_factory)
getSortationControl(ViewControl\Factory $vc_factory)
addUsersFromSearch(array $user_ids)
static updateLPStatusByIds(int $iass_id, array $usr_ids)
Mechanic regarding the access control and roles of an objet goes here.
ilIndividualAssessmentMemberGUI $member_gui
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct(ilObjIndividualAssessment $object, ilCtrl $ctrl, ilGlobalPageTemplate $tpl, ilLanguage $lng, ilToolbarGUI $toolbar, ilObjUser $user, ilTabsGUI $tabs, IndividualAssessmentAccessHandler $iass_access, UI\Factory $factory, UI\Renderer $renderer, ilErrorHandling $error_object, ilIndividualAssessmentMemberGUI $member_gui, ILIAS\Refinery\Factory $refinery, ILIAS\HTTP\Wrapper\WrapperFactory $wrapper, ilIndividualAssessmentDateFormatter $date_formatter)
const LP_ASSESSMENT_NOT_COMPLETED
withActive(string $label)
set the currently active/engaged Button by label.
This describes a Sortation Control.
ILIAS HTTP Wrapper RequestWrapper $request_wrapper
loadMembers()
Get the members object associated with this.
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...
ilIndividualAssessmentDateFormatter $date_formatter
This describes a Mode Control.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
removeUserConfirmation()
Display confirmation form for user might be removed.
ILIAS Refinery Factory $refinery
For the purpose of streamlining the grading and learning-process status definition outside of tests...
ILIAS HTTP Wrapper ArrayBasedRequestWrapper $post_wrapper
ilObjIndividualAssessment $object