Exemplo n.º 1
0
 public function orderFormSucceeded(Form $form, $values)
 {
     $this->articleManager->changeOrder($values->id, $values->order, $values->sub);
     $this->flashMessage('Změněno');
     $this->redrawControl('menu');
     $this->redrawAjax('section');
 }