l4rm4nd / VoucherVault

Django web application to store and manage vouchers, coupons, loyalty and gift cards digitally. Supports expiry notifications, transaction histories, file uploads and OIDC SSO.
https://github.com/l4rm4nd/VoucherVault/wiki
GNU General Public License v3.0
162 stars 3 forks source link

[BUG] Issuer should be required #30

Closed TheZoker closed 2 months ago

TheZoker commented 2 months ago

Describe the bug I can submit the form without filling the issuer field. After submit the system tells me that this field is required and all values are gone (see #29)

Affected version Current

To Reproduce Steps to reproduce the behavior:

  1. Submit form without filling issuer field

Expected behavior Make field required (HTML)

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.