Skip to content
Snippets Groups Projects
Commit 37b01a25 authored by Ron Lucke's avatar Ron Lucke
Browse files

fix #2045

Closes #2045

Merge request studip/studip!1362
parent 5bb18d11
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
{{ $gettext('Willkommen bei Courseware') }}
</header>
<div class="cw-welcome-screen-actions">
<a href="https://hilfe.studip.de/help/5.3/de/Basis.Courseware" target="_blank" class="button">
<a href="https://hilfe.studip.de/help/5.0/de/Basis.Courseware" target="_blank" class="button">
{{ $gettext('Mehr über Courseware erfahren') }}
</a>
<button class="button" :title="$gettext('Fügt einen Standard-Abschnitt mit einem Text-Block hinzu')" @click="addDefault">
......@@ -48,9 +48,11 @@ export default {
}),
addContainer() {
this.coursewareConsumeMode(false);
this.coursewareViewMode('edit');
this.coursewareContainerAdder(true);
this.coursewareShowToolbar(true);
this.coursewareViewMode('edit');
this.$nextTick(() => {
this.coursewareContainerAdder(true);
});
},
async addDefault() {
let attributes = {};
......
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