Skip to content
Snippets Groups Projects
Commit deb72429 authored by David Siegfried's avatar David Siegfried Committed by Jan-Hendrik Willms
Browse files

open course-wizard in dialog, closes #1455

Closes #1455

Merge request studip/studip!905
parent 28d699b6
No related branches found
No related tags found
No related merge requests found
......@@ -885,7 +885,7 @@ class MyCoursesController extends AuthenticatedController
_('Neue Veranstaltung anlegen'),
URLHelper::getURL('dispatch.php/course/wizard'),
Icon::create('seminar+add')
);
)->asDialog();
}
$setting_widget->addLink(
......@@ -898,7 +898,7 @@ class MyCoursesController extends AuthenticatedController
_('Neue Studiengruppe anlegen'),
URLHelper::getURL('dispatch.php/course/wizard', ['studygroup' => 1]),
Icon::create('studygroup+add')
)->asDialog('size=auto');
)->asDialog();
}
$this->setGroupingSelector($group_field);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment