Add basic "download results" for Subdepartments grid
This commit is contained in:
parent
496e03a3ec
commit
c6df827311
|
@ -39,6 +39,7 @@ class SubdepartmentView(MasterView):
|
|||
model_class = model.Subdepartment
|
||||
supports_autocomplete = True
|
||||
touchable = True
|
||||
results_downloadable = True
|
||||
has_versions = True
|
||||
|
||||
grid_columns = [
|
||||
|
|
Loading…
Reference in a new issue