Exemplo n.º 1
0
 public function addSubSectionSucceeded(Form $form, $values)
 {
     $this->articleManager->addSubSection($values);
     $this->flashMessage('Přidáno');
     $form->setValues([], true);
     $form->setValues(['underSection' => $values->underSection]);
     $this->redrawAjax('section');
 }