[Bps-public-commit] rt-extension-assets branch, download-tsv-label, created. 1.01_1-9-g28561e1

Wallace Reis wreis at bestpractical.com
Wed Oct 15 11:40:40 EDT 2014


The branch, download-tsv-label has been created
        at  28561e192a8d19b45bfcf99e699d4cca047180b0 (commit)

- Log -----------------------------------------------------------------
commit 28561e192a8d19b45bfcf99e699d4cca047180b0
Author: Wallace Reis <wreis at bestpractical.com>
Date:   Wed Oct 15 12:38:12 2014 -0300

    Rename label for the link of TSV download
    
    On asset search results, we see 'Download CSV' as an option, when the
    file is actually a TSV. Renamed it to 'Download Spreadsheet' to be
    concise with core.

diff --git a/html/Callbacks/RT-Extension-Assets/Elements/Tabs/Privileged b/html/Callbacks/RT-Extension-Assets/Elements/Tabs/Privileged
index 4cbbc8a..cc0c912 100644
--- a/html/Callbacks/RT-Extension-Assets/Elements/Tabs/Privileged
+++ b/html/Callbacks/RT-Extension-Assets/Elements/Tabs/Privileged
@@ -171,7 +171,7 @@ elsif ($Path =~ m{^/Asset/Search/}) {
         );
     }
     $page->child('csv',
-        title => loc('Download CSV'),
+        title => loc('Download Spreadsheet'),
         path  => '/Asset/Search/Results.tsv?' . $query_string->(%search),
     );
 }

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list