Skip to content
Snippets Groups Projects
Commit 623dbd90 authored by Thomas Hackl's avatar Thomas Hackl
Browse files

Resolve "Courseware exportiert keine Unterseiten mehr"

Closes #4371

Merge request studip/studip!3171
parent 8fd491f8
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
closeClass="cancel"
height="350"
@close="showElementExportDialog(false)"
@confirm="exportStructuralElement"
@confirm="exportStructuralElementAction"
>
<template v-slot:dialogContent>
<div v-show="!exportRunning">
......@@ -75,7 +75,7 @@ export default {
...mapActions({
showElementExportDialog: 'showElementExportDialog',
}),
async exportStructuralElement(data) {
async exportStructuralElementAction(data) {
if (this.exportRunning) {
return;
}
......
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