From 4fe885995fda09cc371c44c835b2356a9e3b4f25 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 15 Mar 2020 15:52:10 -0500 Subject: [PATCH] Allow "touch" for Department, Subdepartment --- tailbone/views/departments.py | 1 + tailbone/views/subdepartments.py | 1 + 2 files changed, 2 insertions(+) diff --git a/tailbone/views/departments.py b/tailbone/views/departments.py index 4d827018..7b31fd31 100644 --- a/tailbone/views/departments.py +++ b/tailbone/views/departments.py @@ -41,6 +41,7 @@ class DepartmentsView(MasterView): Master view for the Department class. """ model_class = model.Department + touchable = True has_versions = True grid_columns = [ diff --git a/tailbone/views/subdepartments.py b/tailbone/views/subdepartments.py index 584cd7f7..1e65d56f 100644 --- a/tailbone/views/subdepartments.py +++ b/tailbone/views/subdepartments.py @@ -37,6 +37,7 @@ class SubdepartmentsView(MasterView): Master view for the Subdepartment class. """ model_class = model.Subdepartment + touchable = True has_versions = True grid_columns = [