Skip to content
Snippets Groups Projects
Commit ffd70574 authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

add formaction

parent 75e17e60
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ class CourseCopy extends StudIPPlugin implements AdminCourseAction
return \Studip\Button::createAccept(
dgettext('CourseCopy', 'Kopieren'),
'edit',
['data-dialog' => 1]
['data-dialog' => 1, 'formaction' => $this->getAdminActionURL()]
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment