Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
This commit is contained in:
Christian Hartmann 2024-04-01 19:07:27 +02:00
Родитель b155fc0aeb
Коммит 26cebe1f3d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 01CF79F7199D2C63
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1112,7 +1112,6 @@ class ApiController extends OCSController {
// Insert new submission // Insert new submission
$this->submissionMapper->insert($submission); $this->submissionMapper->insert($submission);
$submissionId = $submission->getId();
// Ensure the form is unique if needed. // Ensure the form is unique if needed.
// If we can not submit anymore then the submission must be unique // If we can not submit anymore then the submission must be unique