gdcc / dvwebloader

A web tool for uploading folders of files to a Dataverse dataset
Apache License 2.0
1 stars 8 forks source link

Failure with dataset containing an ingested file #17

Closed qqmyers closed 4 months ago

qqmyers commented 1 year ago

The check related to finding existing files that match something being uploaded in the case where the file in the dataset has been ingested fails with a 'equals in not a function' error. The comparison should just be === as equals is not a Javascript method. This is fixed in #13 and could be back-ported to the main branch if that isn't merged soon.

qqmyers commented 4 months ago

13 is merged.