summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Staff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-05-28 23:01:35 +0200
committerYorhel <git@yorhel.nl>2020-05-28 23:01:43 +0200
commite91136c499a23be359ad979f0799d3f6e92254a1 (patch)
tree2279ee808b20214931305cea8764f9d0fc0e4fc3 /lib/VNWeb/Staff
parent980b704417133dbbdec6f2571620dc3dcab2bb40 (diff)
Staff::Edit: Fix staff adding form initialization
Forgot to add this one in 980b704417133dbbdec6f2571620dc3dcab2bb40
Diffstat (limited to 'lib/VNWeb/Staff')
-rw-r--r--lib/VNWeb/Staff/Edit.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNWeb/Staff/Edit.pm b/lib/VNWeb/Staff/Edit.pm
index 937fe111..1ab4ce2f 100644
--- a/lib/VNWeb/Staff/Edit.pm
+++ b/lib/VNWeb/Staff/Edit.pm
@@ -66,7 +66,7 @@ TUWF::get qr{/s/new}, sub {
editmsg_ s => undef, 'Add staff member';
elm_ StaffEdit => $FORM_OUT, {
elm_empty($FORM_OUT)->%*,
- alias => [ { aid => -1, name => '', original => '', inuse => 0 } ],
+ alias => [ { aid => -1, name => '', original => '', inuse => 0, wantdel => 0 } ],
aid => -1
};
};