Allow "touch" action for employees

This commit is contained in:
Lance Edgar 2021-08-31 22:05:02 -05:00
parent 560575e53f
commit 8169160b57

View file

@ -46,6 +46,7 @@ class EmployeeView(MasterView):
"""
model_class = model.Employee
has_versions = True
touchable = True
labels = {
'id': "ID",