omeka-s-modules/CSVImport

Don't allow submission of mixed resource import if resource type isn't mapped

Closed this issue · 0 comments

We know the mixed import can never work if Resource type isn't mapped to a column, so there's no point allowing it to go forward.

Probably just a JS solution, but the controller and/or job should probably abort up front in that situation too (right now an error per row is thrown, so it's checking things a little later than might be ideal).