You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in v5.4.0 we are unable to import a FileSet in a csv while using the FileSet row. at least while using the default work_identifier value of :source. it keeps returning a MissingParentError error.
The root of the problem comes from ObjectFactory#search_by_identifier. commit 6473259 changed the way we find the work. that change has also caused another issue (ref: #866). we reach this method from ImportFileSetJob#find_parent_record.
I will be reverting this change in order to have working functionality for the samvera training workshop tomorrow. creating this ticket however so that we can figure out how to make the intended change work, once we have more time to look into it.
demo
in solr the version is actually source_tesim, not source_ssim (the intention). however, the call to AF gives us source_sim, which is still wrong.
screenshots
The text was updated successfully, but these errors were encountered:
* restore the ability to load the "/importers" page.
there was an extra "x" in the app/views/bulkrax/importers/_oai_fields.html.erb file. it threw a syntax error when trying to create a new
importer.
* restore our ability to properly look up works by their `work_identifier`
- ref: #866
- ref:#867
story
in
v5.4.0
we are unable to import aFileSet
in a csv while using theFileSet
row. at least while using the defaultwork_identifier
value of:source
. it keeps returning aMissingParentError
error.The root of the problem comes from
ObjectFactory#search_by_identifier
. commit 6473259 changed the way we find the work. that change has also caused another issue (ref: #866). we reach this method fromImportFileSetJob#find_parent_record
.I will be reverting this change in order to have working functionality for the samvera training workshop tomorrow. creating this ticket however so that we can figure out how to make the intended change work, once we have more time to look into it.
demo
in solr the version is actually
source_tesim
, notsource_ssim
(the intention). however, the call to AF gives ussource_sim
, which is still wrong.screenshots
The text was updated successfully, but these errors were encountered: