fix: allow download of NB donation records

This commit is contained in:
Lance Edgar 2024-11-22 12:55:24 -06:00
parent 73dae5e4cc
commit 52a13aafef

View file

@ -2,7 +2,7 @@
################################################################################ ################################################################################
# #
# Rattail -- Retail Software Framework # Rattail -- Retail Software Framework
# Copyright © 2010-2023 Lance Edgar # Copyright © 2010-2024 Lance Edgar
# #
# This file is part of Rattail. # This file is part of Rattail.
# #
@ -38,6 +38,7 @@ class NationBuilderCacheDonationView(NationBuilderMasterView):
route_prefix = 'nationbuilder.cache.donations' route_prefix = 'nationbuilder.cache.donations'
supports_grid_totals = True supports_grid_totals = True
has_versions = True has_versions = True
results_downloadable = True
labels = { labels = {
'id': "ID", 'id': "ID",