Allow "touch" for Department, Subdepartment

This commit is contained in:
Lance Edgar 2020-03-15 15:52:10 -05:00
parent da4f2b2081
commit 4fe885995f
2 changed files with 2 additions and 0 deletions

View file

@ -41,6 +41,7 @@ class DepartmentsView(MasterView):
Master view for the Department class.
"""
model_class = model.Department
touchable = True
has_versions = True
grid_columns = [

View file

@ -37,6 +37,7 @@ class SubdepartmentsView(MasterView):
Master view for the Subdepartment class.
"""
model_class = model.Subdepartment
touchable = True
has_versions = True
grid_columns = [