Skip to content

Commit

Permalink
Deprecate v1 CX Data Collections
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwoldatwork authored Nov 12, 2024
2 parents 0e27581 + 14127a5 commit 1ab9c3c
Show file tree
Hide file tree
Showing 105 changed files with 336 additions and 5,134 deletions.
142 changes: 0 additions & 142 deletions app/assets/javascripts/performance-charts.js

This file was deleted.

168 changes: 0 additions & 168 deletions app/controllers/admin/collections_controller.rb

This file was deleted.

3 changes: 3 additions & 0 deletions app/controllers/admin/cx_collection_details_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ def upload_csv
"negative_other",
"question_4"
].sort
rescue CSV::MalformedCSVError => e
flash[:alert] = "There was an error processing the CSV file: #{e.message}"
@valid_file_headers = false
rescue
@valid_file_headers = false
end
Expand Down
Loading

0 comments on commit 1ab9c3c

Please sign in to comment.