From 52a13aafeff577964c460f931ccdcb586b20e572 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 22 Nov 2024 12:55:24 -0600 Subject: [PATCH] fix: allow download of NB donation records --- tailbone_nationbuilder/views/nationbuilder/donations.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tailbone_nationbuilder/views/nationbuilder/donations.py b/tailbone_nationbuilder/views/nationbuilder/donations.py index 3187b85..d179ca3 100644 --- a/tailbone_nationbuilder/views/nationbuilder/donations.py +++ b/tailbone_nationbuilder/views/nationbuilder/donations.py @@ -2,7 +2,7 @@ ################################################################################ # # Rattail -- Retail Software Framework -# Copyright © 2010-2023 Lance Edgar +# Copyright © 2010-2024 Lance Edgar # # This file is part of Rattail. # @@ -38,6 +38,7 @@ class NationBuilderCacheDonationView(NationBuilderMasterView): route_prefix = 'nationbuilder.cache.donations' supports_grid_totals = True has_versions = True + results_downloadable = True labels = { 'id': "ID",