feat: open person of booking directly
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user