Beispiel #1
0
 public function getViewAction(Dynamic $form, Record $record, Table $table)
 {
     $form->setEditable(false);
     return $this->getEditAction($form, $record, $table);
 }