Allow download of results for common product-related tables
This commit is contained in:
parent
9c5f3a3b64
commit
6397a93f97
5 changed files with 7 additions and 3 deletions
1
tailbone/views/vendors/core.py
vendored
1
tailbone/views/vendors/core.py
vendored
|
@ -43,6 +43,7 @@ class VendorView(MasterView):
|
|||
model_class = model.Vendor
|
||||
has_versions = True
|
||||
touchable = True
|
||||
results_downloadable = True
|
||||
supports_autocomplete = True
|
||||
configurable = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue