fix talent release CSV export
This commit is contained in:
@@ -19,7 +19,7 @@ class TalentRelease < ApplicationRecord
|
||||
|
||||
class << self
|
||||
def custom_csv_exportable_headers
|
||||
%i[name phone email]
|
||||
%i[approved? name phone email]
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -1456,6 +1456,7 @@ en:
|
||||
empty: Talent Releases will appear here
|
||||
table_headers:
|
||||
approved: Approved
|
||||
approved?: Approved
|
||||
email: Email
|
||||
name: Name
|
||||
notes: Notes
|
||||
|
||||
@@ -649,6 +649,8 @@ es:
|
||||
phone: Phone (ES)
|
||||
signed_at: Date Signed (ES)
|
||||
tags: Tags (ES)
|
||||
approved: Approved (ES)
|
||||
approved?: Approved (ES)
|
||||
task_requests:
|
||||
create:
|
||||
success_message: Your task request was successfully submitted. Thank you. A chat window will pop up on the lower right in a few seconds. (ES)
|
||||
|
||||
Reference in New Issue
Block a user