Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
aswi2019medici
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASWI
ASWI 2019
aswi2019medici
Merge requests
!30
Re
#7595
hledani katalog
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Re
#7595
hledani katalog
7595_hledani_katalog
into
develop
Overview
0
Commits
4
Pipelines
0
Changes
31
Merged
Jan Palcút
requested to merge
7595_hledani_katalog
into
develop
5 years ago
Overview
0
Commits
4
Pipelines
0
Changes
31
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
d47a05f1
4 commits,
5 years ago
31 files
+
1052
−
169
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
31
Search (e.g. *.vue) (Ctrl+P)
app/AdminModule/component/Book/BookEditForm.php
+
1
−
1
Options
@@ -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_AB
B
REV
,
'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