-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
417 Do not stop all collections from importing when one fails (#419)
* use #perform_later for collections that are not imported using the collection_field_mapping * #possible_collection_ids now handles collections imported using the collection field mapping that have their source_identifier automatically generated * update spec, resolve rubocop offenses * make deprecations conditional * remove colon as split character, do not include nils in #possible_collection_ids * add specs for #add_required_collection_metadata, expand specs for #create_collections
- Loading branch information
1 parent
bdd4d4d
commit 95bd0f4
Showing
4 changed files
with
104 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
source_identifier,model,title,description | ||
fc1,Collection,,Failed collection's description | ||
fc2,Collection,Valid Collection,Processed after failed collection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters