Allow "touch" for Person records
This commit is contained in:
parent
01fcd3175f
commit
c64fca852c
|
@ -47,6 +47,7 @@ class PeopleView(MasterView):
|
|||
model_class = model.Person
|
||||
model_title_plural = "People"
|
||||
route_prefix = 'people'
|
||||
touchable = True
|
||||
has_versions = True
|
||||
supports_mobile = True
|
||||
manage_notes_from_profile_view = False
|
||||
|
|
Loading…
Reference in a new issue