mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-05-09 08:25:29 +02:00
[GH-ISSUE #123] Make an option to make "Note" Field required #69
Labels
No labels
bug
enhancement
pull-request
question
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/unifi-voucher-site#69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @idominiki on GitHub (Feb 9, 2026).
Original GitHub issue: https://github.com/glenndehaan/unifi-voucher-site/issues/123
Originally assigned to: @glenndehaan on GitHub.
The feature
Hi!
As we are using unifi-voucher-site in our schools, I need to make the "Note" Field as required.
Would be great If this can be implemented.
Thanks
Dominik
@glenndehaan commented on GitHub (Feb 9, 2026):
Hi @idominiki,
I will put this on my list for this evening.
Kind regards,
Glenn de Haan
@struppthat commented on GitHub (Feb 9, 2026):
#124
tested this and deployed it in our local instance.
Might want to think about adding this as a config flag in the future.
@glenndehaan commented on GitHub (Feb 9, 2026):
@idominiki, I have just released version 8.8.0 this contains a new environment variable
VOUCHER_NOTE_REQUIRED. If you set this value totruethe notes will be required within the UI.Kind regards,
Glenn de Haan
@idominiki commented on GitHub (Feb 9, 2026):
Thank you very much @struppthat @glenndehaan