From eb86de0156b781a3c50c362454fbe9fdd9da3129 Mon Sep 17 00:00:00 2001 From: Alex Andrade Date: Tue, 26 Mar 2019 12:24:32 -0400 Subject: [PATCH 1/2] [TTPLAT-550] Show default export on grant assets table. --- app/views/grants/_grant_assets.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/grants/_grant_assets.html.haml b/app/views/grants/_grant_assets.html.haml index 6718ff27..fed9c49d 100644 --- a/app/views/grants/_grant_assets.html.haml +++ b/app/views/grants/_grant_assets.html.haml @@ -12,7 +12,7 @@ :pagination => 'true', :show_pagination_switch => 'false', :show_columns => 'false', - :show_export => 'false', + :show_export => 'true', :export_types => "['csv', 'txt', 'excel']", :show_toggle => 'false', :resizable => 'false', From d63d3b272a1f867a69b7cb67b45af6f788c25c49 Mon Sep 17 00:00:00 2001 From: mathmerized Date: Tue, 26 Mar 2019 12:28:23 -0400 Subject: [PATCH 2/2] Bump version --- lib/transam_accounting/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/transam_accounting/version.rb b/lib/transam_accounting/version.rb index 509d990f..e3b9a10b 100644 --- a/lib/transam_accounting/version.rb +++ b/lib/transam_accounting/version.rb @@ -1,3 +1,3 @@ module TransamAccounting - VERSION = "2.5.1" + VERSION = "2.5.2" end