Allow "touch" action for employees
This commit is contained in:
parent
560575e53f
commit
8169160b57
|
@ -46,6 +46,7 @@ class EmployeeView(MasterView):
|
||||||
"""
|
"""
|
||||||
model_class = model.Employee
|
model_class = model.Employee
|
||||||
has_versions = True
|
has_versions = True
|
||||||
|
touchable = True
|
||||||
|
|
||||||
labels = {
|
labels = {
|
||||||
'id': "ID",
|
'id': "ID",
|
||||||
|
|
Loading…
Reference in a new issue