edit template & update action

This commit is contained in:
2013-11-07 22:38:11 +01:00
parent d366a76567
commit 574d1d4dcf
10 changed files with 240 additions and 22 deletions

View File

@@ -43,8 +43,7 @@ CL\Chill\PersonBundle\Entity\Person:
address:
type: text
email:
type: string
length: 255
type: text
manyToOne:
countryOfBirth:
targetEntity: CL\Chill\MainBundle\Entity\Country

View File

@@ -12,6 +12,9 @@ chill_person_general_edit:
pattern: /view/{id}/edit
defaults: {_controller: CLChillPersonBundle:Person:edit }
chill_person_general_update:
pattern: /view/{id}/update
defaults: {_controller: CLChillPersonBundle:Person:update }
chill_person_search: