Added comment

ref #116
This commit is contained in:
Nicolai Ort 2021-03-29 17:44:59 +02:00
parent c8d639024a
commit 636f018daa

View File

@ -54,7 +54,7 @@
}); });
} }
} }
function submit_with_print() { function submit_with_print() {
if (processed_last_submit === true) { if (processed_last_submit === true) {
processed_last_submit = false; processed_last_submit = false;
@ -62,6 +62,7 @@
text: $_("creating-blanco-cards"), text: $_("creating-blanco-cards"),
duration: -1, duration: -1,
}).showToast(); }).showToast();
//TODO: Adjust generation function, when backend is merged
RunnerCardService.runnerCardControllerPostBlancoBulk(card_count) RunnerCardService.runnerCardControllerPostBlancoBulk(card_count)
.then((result) => { .then((result) => {
bulk_modal_open = false; bulk_modal_open = false;