Browse Source
* add placeholder tests for bulk upload mailer * bulk upload fix setup errors email - this plumbs in the condition so if any setup sections are incomplete we send that partcular email and prevent the remaining flow * tag bulk upload setup errors for downsteam use * add category to bulk upload errors * persist bulk upload error category * populate bulk upload mailer with errorspull/1382/head
Phil Lee
2 years ago
committed by
GitHub
10 changed files with 173 additions and 25 deletions
@ -0,0 +1,5 @@
|
||||
class AddCategoryToBulkUploadErrors < ActiveRecord::Migration[7.0] |
||||
def change |
||||
add_column :bulk_upload_errors, :category, :text, null: true |
||||
end |
||||
end |
Loading…
Reference in new issue