Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
Chill-Person
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chill-project
Chill-Person
Commits
62ad928a
Commit
62ad928a
authored
Apr 13, 2018
by
Julien Minet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix error due to removing of deprecated getName method
parent
7227b89d
Pipeline
#47443
passed with stages
in 6 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Controller/PersonController.php
Controller/PersonController.php
+3
-2
No files found.
Controller/PersonController.php
View file @
62ad928a
...
...
@@ -225,7 +225,8 @@ class PersonController extends Controller
}
$form
=
$this
->
createForm
(
CreationPersonType
::
NAME
,
//CreationPersonType::NAME,
CreationPersonType
::
class
,
new
Person
(),
array
(
'action'
=>
$this
->
generateUrl
(
'chill_person_create'
),
...
...
@@ -324,7 +325,7 @@ class PersonController extends Controller
return
$r
;
}
$form
=
$this
->
createForm
(
CreationPersonType
::
NAME
,
null
,
array
(
$form
=
$this
->
createForm
(
CreationPersonType
::
class
,
null
,
array
(
'form_status'
=>
CreationPersonType
::
FORM_REVIEWED
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment