Skip to content
Snippets Groups Projects

Re #7595 hledani katalog

Merged Jan Palcút requested to merge 7595_hledani_katalog into develop
31 files
+ 1052
169
Compare changes
  • Side-by-side
  • Inline
Files
31
@@ -39,7 +39,7 @@ class BookEditForm extends Control
public function createComponentForm()
{
$this->form->addText(BookRepository::COLUMN_BOOK_ABREV, 'Abbreviation')
$this->form->addText(BookRepository::COLUMN_BOOK_ABBREV, 'Abbreviation')
->addRule(Form::REQUIRED, 'Field %label is required', TRUE);
$this->form->addText(BookRepository::COLUMN_BOOK_AUTHOR, 'Author');
$this->form->addText(BookRepository::COLUMN_BOOK_NAME, 'Name')
Loading