web/admin: migrate application form to web

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-29 21:29:27 +02:00
parent 657b0089b1
commit 03ff495011
13 changed files with 221 additions and 166 deletions

View File

@ -15,6 +15,7 @@ export class ModalForm extends ModalButton {
}
formPromise.then(() => {
this.open = false;
form.reset();
this.dispatchEvent(
new CustomEvent(EVENT_REFRESH, {
bubbles: true,