diff --git a/public/js/components/Stv/Studentenverwaltung/List.js b/public/js/components/Stv/Studentenverwaltung/List.js index 66fd2c16b..0ee63ea28 100644 --- a/public/js/components/Stv/Studentenverwaltung/List.js +++ b/public/js/components/Stv/Studentenverwaltung/List.js @@ -283,7 +283,6 @@ export default { }; }); }, - //TODO(Manu) check: replace download or additional entry? downloadConfig() { return { csv: { @@ -292,8 +291,9 @@ export default { options: { delimiter: ';', bom: true, - } - } + }, + rowRange: this.selectedcount > 0 ? "selected" : "all", + }, }; }, fileString() { @@ -650,7 +650,7 @@ export default { // TODO(chris): focusin, focusout, keydown and tabindex should be in the filter component // TODO(chris): filter component column chooser has no accessibilty features template: ` -
+