diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2023-06-28 13:27:46 +0000 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2023-06-28 13:27:46 +0000 |
| commit | 559ab723fabd4d10f26e7df631808e4cb8d91c9b (patch) | |
| tree | 91ef8cf94eba86973baf3efabca1cdbb8bf6826b /app/controllers/admin/courses.php | |
| parent | b7f0f8bcaad8fefd96fd3e6316377eda53929ad3 (diff) | |
Resolve "Neuentwicklung Verzeichnisstrukturen"
Closes #1664, #2693, and #2692
Merge request studip/studip!1081
Diffstat (limited to 'app/controllers/admin/courses.php')
| -rw-r--r-- | app/controllers/admin/courses.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/controllers/admin/courses.php b/app/controllers/admin/courses.php index a683639..71b75ce 100644 --- a/app/controllers/admin/courses.php +++ b/app/controllers/admin/courses.php @@ -1042,6 +1042,14 @@ class Admin_CoursesController extends AuthenticatedController 'attributes' => ['data-dialog' => 'size=auto'], 'partial' => 'notice-action.php', ], + 21 => [ + 'name' => _('Mehrfachzuordnung von Studienbereichen'), + 'title' => _('Mehrfachzuordnung von Studienbereichen'), + 'url' => 'dispatch.php/admin/tree/batch_assign_semtree', + 'dialogform' => true, + 'multimode' => true, + 'partial' => 'batch_assign_semtree.php' + ], ]; if (!$GLOBALS['perm']->have_perm('admin')) { |
