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

Resolve "Courseware exportiert keine Unterseiten mehr"

Closes #4371

Merge request !3171
parent bf6e51ea
No related branches found
No related tags found
2 merge requests!4241Draft: Resolve "Im fromSORM fehlt Eingabename des `templates/forms/wysiwyg_input.php`",!3171Resolve "Courseware exportiert keine Unterseiten mehr"
Pipeline #24998 passed
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
closeClass="cancel" closeClass="cancel"
height="350" height="350"
@close="showElementExportDialog(false)" @close="showElementExportDialog(false)"
@confirm="exportStructuralElement" @confirm="exportStructuralElementAction"
> >
<template v-slot:dialogContent> <template v-slot:dialogContent>
<div v-show="!exportRunning"> <div v-show="!exportRunning">
...@@ -75,7 +75,7 @@ export default { ...@@ -75,7 +75,7 @@ export default {
...mapActions({ ...mapActions({
showElementExportDialog: 'showElementExportDialog', showElementExportDialog: 'showElementExportDialog',
}), }),
async exportStructuralElement(data) { async exportStructuralElementAction(data) {
if (this.exportRunning) { if (this.exportRunning) {
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment