fix misc release CSV export

This commit is contained in:
Bilal
2020-08-05 15:22:04 +02:00
parent 6267f12cc4
commit 3242bebd6a
3 changed files with 4 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ class MiscRelease < ApplicationRecord
class << self class << self
def custom_csv_exportable_headers def custom_csv_exportable_headers
%i[name contact_info] %i[approved? name contact_info]
end end
end end

View File

@@ -957,6 +957,7 @@ en:
empty: Misc Releases will appear here empty: Misc Releases will appear here
table_headers: table_headers:
approved: Approved approved: Approved
approved?: Approved
contact_info: Contact info contact_info: Contact info
name: Person name name: Person name
notes: Notes notes: Notes

View File

@@ -475,6 +475,8 @@ es:
notes: Notes (ES) notes: Notes (ES)
signed_at: Date Signed (ES) signed_at: Date Signed (ES)
tags: Tags (ES) tags: Tags (ES)
approved: Approved (ES)
approved?: Approved (ES)
music_releases: music_releases:
index: index:
table_headers: table_headers: