Skip to content
Snippets Groups Projects
Commit 971043c4 authored by permcu's avatar permcu
Browse files

Fix the coursebook-print-dialog-validation

parent f993c9b7
No related branches found
No related tags found
1 merge request!422Resolve "Add export functionality to course book"
...@@ -129,7 +129,7 @@ export default { ...@@ -129,7 +129,7 @@ export default {
}, },
valid() { valid() {
return ( return (
this.currentGroupSelection.length > 0 && this.selectedGroups.length > 0 &&
(this.includeMembersTable || (this.includeMembersTable ||
this.includeTeachersAndSubjectsTable || this.includeTeachersAndSubjectsTable ||
this.includePersonOverviews || this.includePersonOverviews ||
......
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