mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Question step: Fix validateion for required photo
This commit is contained in:
@@ -83,6 +83,7 @@ function questions_init_photos(el) {
|
||||
var $inp = $(this)
|
||||
var $container = $inp.parent().parent()
|
||||
|
||||
$inp.prop("required", false)
|
||||
$container.find(".photo-input").addClass("hidden")
|
||||
$container.find(".photo-buttons").removeClass("hidden")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user