UCSCLibrary / ucsc-library-digital-collections

A rails app based on Hyrax to be used as a repository for UCSC library digital collections.
1 stars 2 forks source link

Uploading files through browse-everything is broken #25

Closed NedHenry closed 6 years ago

NedHenry commented 7 years ago

Originally reported by: Edward Henry (Bitbucket: ethenry, GitHub: ethenry)


Uploading files through the browse-everything providers gem gives an error. Sufia cannot find the "uploaded-file" object. This could have to do with hydra-hls.


NedHenry commented 7 years ago

Original comment by Edward Henry (Bitbucket: ethenry, GitHub: ethenry):


This functionality is now working in staging and production. I believe that a javascript problem was at fault, as I tracked the request and found that no "selected_files" fields were present, which I believe confused Sufia into not flagging these files as browse_everything files. It started working now, but I am not sure what changed; indeed the resolution may have been on the client side (clearing my browser cache). I will continue to monitor the problem, as it may arise in certain contexts only.