Skip to content

Commit

Permalink
fix providers csv export
Browse files Browse the repository at this point in the history
missing new fields
  • Loading branch information
kjgarza committed Jul 11, 2019
1 parent b15a4f4 commit 4e9750b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/controllers/providers_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,19 @@ def index
organisation_type
accountType
generalContactEmail
groupEmail
technicalContactEmail
technicalContactGivenName
technicalContactFamilyName
secondaryTechnicalContactEmail
secondaryTechnicalContactGivenName
secondaryTechnicalContactFamilyName
serviceContactEmail
serviceContactGivenName
serviceContactFamilyName
secondaryServiceContactEmail
secondaryServiceContactGivenName
secondaryServiceContactFamilyName
votingContactEmail
votingContactGivenName
votingContactFamilyName
Expand Down

0 comments on commit 4e9750b

Please sign in to comment.