Allow download of results for common product-related tables

This commit is contained in:
Lance Edgar 2022-07-19 14:52:31 -05:00
parent 9c5f3a3b64
commit 6397a93f97
5 changed files with 7 additions and 3 deletions

View file

@ -43,6 +43,7 @@ class VendorView(MasterView):
model_class = model.Vendor
has_versions = True
touchable = True
results_downloadable = True
supports_autocomplete = True
configurable = True