3 declare(strict_types=1);
36 $this->
ctrl = $DIC->ctrl();
37 $this->tpl = $DIC->ui()->mainTemplate();
38 $this->
ui = $DIC->ui();
39 $this->
lng = $DIC->language();
40 $this->tree = $DIC->repositoryTree();
41 $this->
user = $DIC->user();
42 $this->
http = $DIC->http();
46 $this->
lng->loadLanguageModule(
"grp");
47 $this->
ctrl->saveParameter($this, array(
"user_id",
"modal_exists"));
53 if ($this->
http->wrapper()->query()->has(
'grp_act_ref_id')) {
54 $ref_id = $this->
http->wrapper()->query()->retrieve(
65 if ($this->
http->wrapper()->query()->has(
'grp_act_par_ref_id')) {
66 $ref_id = $this->
http->wrapper()->query()->retrieve(
77 if ($this->
http->wrapper()->query()->has(
'user_id')) {
78 $user_id = $this->
http->wrapper()->query()->retrieve(
92 $cmd = $ctrl->
getCmd(
"show");
96 if (count($ca) == 0) {
99 if (count($ca) == 1) {
100 switch (current($ca)) {
102 $cmd =
"selectParent";
105 case "manage_members":
106 $cmd =
"selectGroup";
115 switch ($next_class) {
117 if (in_array($cmd, array(
"show",
"selectGroup",
"confirmAddUser",
"addUser",
118 "selectParent",
"createGroup",
"confirmCreateGroupAndAddUser",
"createGroupAndAddUser"))) {
132 $url1 = $ctrl->
getLinkTarget($this,
"selectGroup",
"",
true);
133 $button1 = $this->
ui->factory()->button()->standard($lng->
txt(
"grp_use_existing"),
"#")
135 return "$('#$id').on('click', function() {il.Util.ajaxReplaceInner('$url1', 'il_grp_action_modal_content'); return false;})";
137 $toolbar->addComponent($button1);
140 $url2 = $ctrl->
getLinkTarget($this,
"selectParent",
"",
true);
141 $button2 = $this->
ui->factory()->button()->standard($lng->
txt(
"grp_create_new"),
"#")
143 return "$('#$id').on('click', function() {il.Util.ajaxReplaceInner('$url2', 'il_grp_action_modal_content'); return false;})";
145 $toolbar->addComponent($button2);
157 $modal_exists =
false;
158 if ($this->
http->wrapper()->query()->has(
'modal_exists')) {
159 $modal_exists = (bool) $this->
http->wrapper()->query()->retrieve(
165 echo $this->
ui->renderer()->renderAsync($this->
ui->factory()->legacy($a_content));
167 $mtpl =
new ilTemplate(
"tpl.grp_add_to_grp_modal_content.html",
true,
true,
"./Modules/Group/UserActions");
168 $mtpl->setVariable(
"CONTENT", $a_content);
169 $content = $this->
ui->factory()->legacy($mtpl->get());
170 $modal = $this->
ui->factory()->modal()->roundtrip(
171 $lng->
txt(
"grp_add_user_to_group"),
174 return "il.UI.modal.showModal('$id', {'ajaxRenderUrl':'','keyboard':true}, {id: '$id'});";
176 echo $this->
ui->renderer()->renderAsync($modal);
188 $exp->setClickableType(
"grp");
189 $exp->setTypeWhiteList(array(
"root",
"cat",
"crs",
"fold",
"grp"));
192 if (!$exp->handleCommand()) {
206 if ($participants->isMember($user_id)) {
208 $button = $this->
ui->factory()->button()->standard($lng->
txt(
"back"),
"#")
210 return "$('#$id').on('click', function() {il.Util.ajaxReplaceInner('$url', 'il_grp_action_modal_content'); return false;})";
217 $this->
ui->renderer()->renderAsync($button);
225 $button = $this->
ui->factory()->button()->standard($lng->
txt(
"grp_add_user"),
"#")
227 return "$('#$id').on('click', function() {il.Util.ajaxReplaceInner('$url', 'il_grp_action_modal_content'); return false;})";
234 $this->
ui->renderer()->renderAsync($button);
252 $participants->sendNotification(
258 echo
"<script>setTimeout(function (){ il.Group.UserActions.closeModal();}, 1000);</script>";
269 $exp->setTypeWhiteList(array(
"root",
"cat",
"crs"));
272 if (!$exp->handleCommand()) {
289 $this->
ctrl->saveParameter($this,
"grp_act_par_ref_id");
290 $form->setFormAction($this->
ctrl->getLinkTarget($this,
"confirmCreateGroupAndAddUser",
"",
true));
305 $group_gui->setCreationMode();
306 $form = $group_gui->initForm(
"create",
true);
307 $form->clearCommandButtons();
308 $form->addCommandButton(
"save", $lng->
txt(
"grp_next"));
309 $form->setShowTopButtons(
false);
319 if ($this->
http->wrapper()->post()->has(
'title')) {
320 $title = $this->
http->wrapper()->post()->retrieve(
322 $this->
refinery->kindlyTo()->string()
329 if (!$form->checkInput()) {
334 $this->
ctrl->saveParameter($this,
"grp_act_par_ref_id");
335 $form->setFormAction($this->
ctrl->getLinkTarget($this,
"createGroupAndAddUser",
"",
true));
336 $form->setValuesByPost();
338 $button = $this->
ui->factory()->button()->standard($lng->
txt(
"grp_create_and_add_user"),
"#")
340 return "$('#$id').on('click', function(e) {il.Group.UserActions.createGroup(e);})";
346 $lng->
txt(
"obj_grp") .
": " . $title,
"question") .
347 "<div class='ilNoDisplay'>" . $form->getHTML() .
"</div>" .
348 "<div class='ilRight'>" . $this->
ui->renderer()->renderAsync($button) .
"</div>";
367 $newObj->setType(
"grp");
368 $newObj->setTitle($form->getInput(
"title"));
369 $newObj->setDescription($form->getInput(
"desc"));
372 $group_gui->putObjectInTree($newObj,
$ref_id);
375 $dtpl = $group_gui->getDidacticTemplateVar(
"dtpl");
377 $newObj->applyDidacticTemplate($dtpl);
380 $group_gui->afterSave($newObj,
false);
387 $participants->sendNotification(
395 echo
"<script>setTimeout(function (){ window.location.replace('$url');}, 1500);</script>";
Interface GlobalHttpState.
ilGlobalTemplateInterface $tpl
static getCommandAccess(int $a_user_id)
static getSystemMessageHTML(string $a_txt, string $a_type="info")
Get HTML for a system message.
static getNamePresentation( $a_user_id, bool $a_user_image=false, bool $a_profile_link=false, string $a_profile_back_link="", bool $a_force_first_lastname=false, bool $a_omit_login=false, bool $a_sortable=true, bool $a_return_data_array=false, $a_ctrl_path="ilpublicuserprofilegui")
Default behaviour is:
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
getCmd(string $fallback_command=null)
Add user to group from awareness tool.
static getInstanceByObjId(int $a_obj_id)
Get instance by obj type.
confirmCreateGroupAndAddUser()
initGroupRefIdFromQuery()
withOnLoadCode(Closure $binder)
static _lookupObjId(int $ref_id)
Provides fluid interface to RBAC services.
getNextClass($a_gui_class=null)
static http()
Fetches the global http state from ILIAS.
static _lookupTitle(int $obj_id)
sendResponse(string $a_content)
static _getLink(?int $a_ref_id, string $a_type='', array $a_params=array(), string $append="")
getLinkTarget(object $a_gui_obj, string $a_cmd=null, string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
const TYPE_ADMISSION_MEMBER
setParameter(object $a_gui_obj, string $a_parameter, $a_value)
initGroupParentRefIdFromQuery()