fix misc release CSV export
This commit is contained in:
@@ -14,7 +14,7 @@ class MiscRelease < ApplicationRecord
|
||||
|
||||
class << self
|
||||
def custom_csv_exportable_headers
|
||||
%i[name contact_info]
|
||||
%i[approved? name contact_info]
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -957,6 +957,7 @@ en:
|
||||
empty: Misc Releases will appear here
|
||||
table_headers:
|
||||
approved: Approved
|
||||
approved?: Approved
|
||||
contact_info: Contact info
|
||||
name: Person name
|
||||
notes: Notes
|
||||
|
||||
@@ -475,6 +475,8 @@ es:
|
||||
notes: Notes (ES)
|
||||
signed_at: Date Signed (ES)
|
||||
tags: Tags (ES)
|
||||
approved: Approved (ES)
|
||||
approved?: Approved (ES)
|
||||
music_releases:
|
||||
index:
|
||||
table_headers:
|
||||
|
||||
Reference in New Issue
Block a user