Allow "touch" for Person records

This commit is contained in:
Lance Edgar 2019-08-02 11:30:46 -05:00
parent 01fcd3175f
commit c64fca852c

View file

@ -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