41 bool $a_call_by_reference =
true,
42 bool $a_prepare_output =
true 46 $this->resource_storage = $DIC->resourceStorage();
47 $this->rbacsystem = $DIC->rbac()->system();
48 $this->
ctrl = $DIC->ctrl();
49 $this->
access = $DIC->access();
50 $this->
lng = $DIC->language();
51 $this->
toolbar = $DIC->toolbar();
52 $this->tpl = $DIC[
'tpl'];
53 $this->
tabs = $DIC->tabs();
55 $this->
http = $DIC->http();
63 $this->
lng->loadLanguageModule(
'badge');
68 $next_class = $this->
ctrl->getNextClass($this) ??
'';
69 $cmd = $this->
ctrl->getCmd() ??
'';
73 switch (strtolower($next_class)) {
74 case strtolower(ilPermissionGUI::class):
75 $this->tabs_gui->setTabActive(
'perm_settings');
77 $this->
ctrl->forwardCommand($perm_gui);
80 case strtolower(ilBadgeManagementGUI::class):
82 $this->tabs_gui->setTabActive(
'activity');
84 $this->
ctrl->forwardCommand($gui);
88 if (!$cmd || $cmd ===
'view') {
89 $cmd =
'editSettings';
92 if ($this->badge_request->getBadgeIdFromUrl()) {
93 $this->
ctrl->setParameter($this,
'tid', $this->badge_request->getBadgeIdFromUrl());
96 $table_action = $this->
http->wrapper()->query()->retrieve(
99 $this->refinery->kindlyTo()->string(),
104 $render_default =
true;
105 if ($table_action ===
'badge_type_activate') {
107 } elseif ($table_action ===
'badge_type_deactivate') {
109 } elseif ($table_action ===
'badge_image_template_editImageTemplate') {
111 $render_default =
false;
112 } elseif ($table_action ===
'obj_badge_user') {
114 $render_default =
false;
115 } elseif ($table_action ===
'obj_badge_activate') {
117 $render_default =
false;
118 } elseif ($table_action ===
'obj_badge_deactivate') {
120 $render_default =
false;
121 } elseif ($table_action ===
'obj_badge_show_users') {
123 $render_default =
false;
124 } elseif ($table_action ===
'badge_image_template_delete') {
126 $render_default =
false;
127 } elseif ($table_action ===
'obj_badge_delete') {
129 $render_default =
false;
132 if ($render_default) {
143 if ($rbacsystem->
checkAccess(
'visible,read', $this->object->getRefId())) {
144 $this->tabs_gui->addTab(
146 $this->
lng->txt(
'settings'),
147 $this->
ctrl->getLinkTarget($this,
'editSettings')
151 $this->tabs_gui->addTab(
153 $this->
lng->txt(
'badge_types'),
154 $this->
ctrl->getLinkTarget($this,
'listTypes')
157 $this->tabs_gui->addTab(
159 $this->
lng->txt(
'badge_image_templates'),
160 $this->
ctrl->getLinkTarget($this,
'listImageTemplates')
163 $this->tabs_gui->addTab(
165 $this->
lng->txt(
'badge_activity_badges'),
166 $this->
ctrl->getLinkTargetByClass(
'ilbadgemanagementgui',
'')
169 $this->tabs_gui->addTab(
171 $this->
lng->txt(
'badge_object_badges'),
172 $this->
ctrl->getLinkTarget($this,
'listObjectBadges')
177 if ($rbacsystem->
checkAccess(
'edit_permission', $this->object->getRefId())) {
178 $this->tabs_gui->addTab(
180 $this->
lng->txt(
'perm_settings'),
181 $this->
ctrl->getLinkTargetByClass(
'ilpermissiongui',
'perm')
189 $this->
ctrl->redirect($this,
'editSettings');
200 $this->tabs_gui->setTabActive(
'settings');
206 $this->tpl->setContent($a_form->getHTML());
216 if ($form->checkInput()) {
218 $handler->setActive((
bool) $form->getInput(
'act'));
220 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'settings_saved'),
true);
221 $ilCtrl->redirect($this,
'editSettings');
224 $form->setValuesByPost();
233 $form->setFormAction($this->
ctrl->getFormAction($this));
234 $form->setTitle($this->
lng->txt(
'badge_settings'));
236 if ($ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
237 $form->addCommandButton(
'saveSettings', $this->
lng->txt(
'save'));
238 $form->addCommandButton(
'editSettings', $this->
lng->txt(
'cancel'));
242 $act->setInfo($this->
lng->txt(
'badge_service_activate_info'));
243 $form->addItem($act);
246 $act->setChecked(
$handler->isActive());
261 $this->tabs_gui->setTabActive(
'types');
272 $tmpl_ids = $this->badge_request->getMultiActionBadgeIdsFromUrl();
277 if (!in_array(
$type, $tmpl_ids)) {
278 $change_state[] =
$type;
282 if (current($tmpl_ids) === self::TABLE_ALL_OBJECTS_ACTION) {
285 $handler->setInactiveTypes($change_state);
288 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
'settings_saved'),
true);
290 $this->
ctrl->redirect($this,
'listTypes');
298 $tmpl_ids = $this->badge_request->getMultiActionBadgeIdsFromUrl();
303 if (!in_array(
$type, $tmpl_ids)) {
304 $change_state[] =
$type;
309 if (current($tmpl_ids) === self::TABLE_ALL_OBJECTS_ACTION) {
310 $types =
$handler->getAvailableTypes(
false);
316 $handler->setInactiveTypes($change_state);
318 $inactive = array_merge(
$handler->getInactiveTypes(), $tmpl_ids);
319 $handler->setInactiveTypes($inactive);
321 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
'settings_saved'),
true);
323 $this->
ctrl->redirect($this,
'listTypes');
338 $this->tabs_gui->setTabActive(
'imgtmpl');
341 $ilToolbar->addButton(
342 $lng->
txt(
'badge_add_template'),
343 $ilCtrl->getLinkTarget($this,
'addImageTemplate')
348 $template_table->renderTable();
360 $this->tabs_gui->setTabActive(
'imgtmpl');
376 $form->setFormAction($ilCtrl->getFormAction($this,
'saveBadge'));
377 $form->setTitle(
$lng->
txt(
'badge_image_template_form'));
380 $title->setMaxLength(255);
381 $title->setRequired(
true);
382 $form->addItem($title);
386 if ($a_mode ===
'create') {
387 $img->setRequired(
true);
389 $img->setUseCache(
false);
390 $img->setAllowDeletion(
false);
391 $form->addItem($img);
395 $types_mode->setValue(
'all');
396 $form->addItem($types_mode);
399 $types_mode->addOption($type_all);
402 $types_mode->addOption($type_spec);
406 $type_spec->addSubItem($types);
412 if ($a_mode ===
'create') {
413 $form->addCommandButton(
'saveImageTemplate',
$lng->
txt(
'save'));
415 $form->addCommandButton(
'updateImageTemplate',
$lng->
txt(
'save'));
417 $form->addCommandButton(
'listImageTemplates',
$lng->
txt(
'cancel'));
430 if ($form->checkInput()) {
432 $tmpl->setTitle($form->getInput(
'title'));
433 $tmpl->setTypes($form->getInput(
'type'));
436 $tmpl->processImageUpload($tmpl);
438 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
'settings_saved'),
true);
439 $ilCtrl->redirect($this,
'listImageTemplates');
442 $form->setValuesByPost();
455 $this->tabs_gui->setTabActive(
'imgtmpl');
457 $tmpl_ids = $this->badge_request->getMultiActionBadgeIdsFromUrl();
458 if (count($tmpl_ids) !== 1) {
459 $this->
ctrl->redirect($this,
'listImageTemplates');
462 $template_id = (
int) array_pop($tmpl_ids);
463 $ilCtrl->setParameter($this,
'tid', $template_id);
504 $tmpl_id = $this->badge_request->getTemplateId();
506 $ilCtrl->redirect($this,
'listImageTemplates');
509 $ilCtrl->setParameter($this,
'tid', $tmpl_id);
514 if ($form->checkInput()) {
515 $tmpl->setTitle($form->getInput(
'title'));
517 if ($form->getInput(
'tmode') !==
'all') {
518 $tmpl->setTypes($form->getInput(
'type'));
520 $tmpl->setTypes(
null);
525 $tmpl->processImageUpload($tmpl);
527 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
'settings_saved'),
true);
528 $ilCtrl->redirect($this,
'listImageTemplates');
532 $form->setValuesByPost();
545 $tmpl_ids = $this->badge_request->getBadgeAssignableUsers();
546 if ($tmpl_ids === [
'ALL_OBJECTS']) {
549 $tmpl_ids[] = $template->getId();
554 $ilCtrl->redirect($this,
'listImageTemplates');
557 $ilTabs->clearTargets();
558 $ilTabs->setBackTarget(
560 $ilCtrl->getLinkTarget($this,
'listImageTemplates')
564 $confirmation_gui->setFormAction($ilCtrl->getFormAction($this));
565 $confirmation_gui->setHeaderText(
$lng->
txt(
'badge_template_deletion_confirmation'));
566 $confirmation_gui->setCancel(
$lng->
txt(
'cancel'),
'listImageTemplates');
567 $confirmation_gui->setConfirm(
$lng->
txt(
'delete'),
'deleteImageTemplates');
569 foreach ($tmpl_ids as $tmpl_id) {
571 $confirmation_gui->addItem(
'id[]', $tmpl_id, $tmpl->getTitle());
580 $tmpl_ids = $this->badge_request->getIds();
583 if (current($tmpl_ids) === self::TABLE_ALL_OBJECTS_ACTION) {
586 $tmpl_ids[] = $template->getId();
589 foreach ($tmpl_ids as $tmpl_id) {
593 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
'badge_deletion'),
true);
595 $this->tpl->setOnScreenMessage(
'failure',
$lng->
txt(
'badge_select_one'),
true);
598 $this->
ctrl->redirect($this,
'listImageTemplates');
618 $parent_obj_id = $this->badge_request->getParentId();
619 if (!$parent_obj_id && $this->badge_request->getBadgeIdFromUrl()) {
621 $badge =
new ilBadge($this->badge_request->getBadgeIdFromUrl());
622 $parent_obj_id = $badge->getParentId();
624 if (!$parent_obj_id) {
625 $this->
ctrl->redirect($this,
'listObjectBadges');
630 $this->tabs_gui->clearTargets();
631 $this->tabs_gui->setBackTarget(
632 $this->
lng->txt(
'back'),
633 $this->
ctrl->getLinkTarget($this,
'listObjectBadges')
636 $this->
ctrl->saveParameter($this,
'pid');
655 $this->tabs_gui->setTabActive(
'obj_badges');
670 $badge_ids = $this->badge_request->getMultiActionBadgeIdsFromUrl();
672 !$ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
673 $ilCtrl->
redirect($this,
'listObjectBadges');
685 if (current($badge_ids) === self::TABLE_ALL_OBJECTS_ACTION) {
686 $filter = [
'type' =>
'' ,
'title' =>
'',
'object' =>
''];
689 $badge_ids[] = $badge_item[
'id'];
691 foreach ($badge_ids as $badge_id) {
692 $badge =
new ilBadge($badge_id);
693 $badge->setActive($a_status);
697 foreach ($badge_ids as $badge_id) {
698 $badge =
new ilBadge($badge_id);
699 $badge->setActive($a_status);
705 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
'settings_saved'),
true);
706 $ilCtrl->redirect($this,
'listObjectBadges');
726 $badge_ids = $this->badge_request->getMultiActionBadgeIdsFromUrl();
729 $ilTabs->setBackTarget(
731 $ilCtrl->getLinkTarget($this,
'listObjectBadges')
735 $confirmation_gui->setFormAction($ilCtrl->getFormAction($this));
736 $confirmation_gui->setHeaderText(
$lng->
txt(
'badge_deletion_confirmation'));
737 $confirmation_gui->setCancel(
$lng->
txt(
'cancel'),
'listObjectBadges');
738 $confirmation_gui->setConfirm(
$lng->
txt(
'delete'),
'deleteObjectBadges');
740 if ($badge_ids === [
'ALL_OBJECTS']) {
748 $badge_ids[] = $badge_item[
'id'];
751 foreach ($badge_ids as $badge_id) {
752 $badge =
new ilBadge($badge_id);
753 $parent = $badge->getParentMeta();
756 $parent[
'id'] .
') ' .
758 if ($parent[
'deleted']) {
759 $container .=
' <span class="il_ItemAlertProperty">' .
$lng->
txt(
'deleted') .
'</span>';
762 $confirmation_gui->addItem(
779 $badge_ids = $this->badge_request->getMultiActionBadgeIdsFromPost();
781 foreach ($badge_ids as $badge_id) {
782 $badge =
new ilBadge($badge_id);
786 $this->tpl->setOnScreenMessage(
'success',
$lng->
txt(
'settings_saved'),
true);
787 $ilCtrl->redirect($this,
'listObjectBadges');
ilBadgeGUIRequest $badge_request
This class represents an option in a radio group.
resetlistObjectBadgeUsers()
ilBadgeManagementGUI: ilPropertyFormGUI
This class represents an option in a checkbox group.
getObjectBadgesFromMultiAction()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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...
prepareOutput(bool $show_sub_objects=true)
addImageTemplate(?ilPropertyFormGUI $a_form=null)
__construct( $a_data, int $a_id, bool $a_call_by_reference=true, bool $a_prepare_output=true)
setContent(string $a_html)
Sets content for standard template.
confirmDeleteImageTemplates()
setImageTemplateFormValues(ilPropertyFormGUI $a_form, ilBadgeImageTemplate $a_tmpl)
getImageFromResourceId(int $size=ilBadgeImage::IMAGE_SIZE_XS)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
checkAccess(string $a_operations, int $a_ref_id, string $a_type="")
checkAccess represents the main method of the RBAC-system in ILIAS3 developers want to use With this ...
initImageTemplateForm(string $a_mode)
static http()
Fetches the global http state from ILIAS.
ilGlobalTemplateInterface $tpl
redirect(object $a_gui_obj, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
static getInstancesByBadgeId(int $a_badge_id)
Class ilObjectGUI Basic methods of all Output classes.
ILIAS ResourceStorage Services $resource_storage
clearTargets()
clear all targets
applylistObjectBadgeUsers()
const TABLE_ALL_OBJECTS_ACTION
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
editSettings(?ilPropertyFormGUI $a_form=null)
__construct(Container $dic, ilPlugin $plugin)
static getObjectInstances(?array $filter=null)
editImageTemplate(?ilPropertyFormGUI $a_form=null)
toggleObjectBadges(bool $a_status)
checkPermission(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
confirmDeleteObjectBadges()