Skip to content

Commit

Permalink
test bugfix update form after upload image
Browse files Browse the repository at this point in the history
  • Loading branch information
fhelfer authored and kergomard committed Sep 28, 2023
1 parent 2496364 commit b2acc1e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,11 @@ public function uploadElementImage()

$list = $this->object->getOrderingElementList()->withElements($elements);
$this->object->setOrderingElementList($list);
$this->buildEditFormAfterTypeChange($this->request->getParsedBody());

$this->writeQuestionGenericPostData();
$this->writeQuestionSpecificPostData($form);

$this->editQuestion();
}

public function writeQuestionSpecificPostData(ilPropertyFormGUI $form)
Expand Down

0 comments on commit b2acc1e

Please sign in to comment.