зеркало из https://github.com/nextcloud/forms.git
Fix newQuestions console error mandatory null
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
This commit is contained in:
Родитель
6a52d83675
Коммит
4cef26a2c8
|
@ -307,6 +307,7 @@ class ApiController extends Controller {
|
|||
$question->setOrder($questionOrder);
|
||||
$question->setType($type);
|
||||
$question->setText($text);
|
||||
$question->setMandatory(false);
|
||||
|
||||
$question = $this->questionMapper->insert($question);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче