add creation of new history line

This commit is contained in:
2013-12-01 19:55:56 +01:00
parent 9c249160cc
commit c9204e32d8
5 changed files with 88 additions and 5 deletions

View File

@@ -28,6 +28,11 @@ chill_person_history_list:
menu: person
order: 100
label: menu.person.history
chill_person_history_create:
pattern: /{personId}/history/create
defaults: { _controller: CLChillPersonBundle:History:create }
chill_person_history_update:
pattern: /{id}/history/{historyId}/update