Skip to content

B15726 upon saving the form it checks if there are any hidden inputs that are...

B15726 upon saving the form it checks if there are any hidden inputs that are required. If true, the required attribute gets removed and no error will be shown. If the user subsequently tries to save the form again with the previously required upload required again, the error shown is now from qfq (Missing required value) instead of JS (form is incomplete). refs #15726

Merge request reports