feat: open person of booking directly

This commit is contained in:
relikd
2023-10-08 17:10:57 +02:00
parent 4cab3a3cb0
commit b55770484c
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ class BookingOptions(ViewOptions[Booking], LoginRequired):
icon = 'clock'
views = {
'list': 'booking:list',
'detail': 'booking:detail',
'detail': 'person:detail',
'detail_pk': '{.user.pk}',
'create': 'booking:create',
'update': 'booking:update',
'delete': 'booking:delete'