We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug As an admin or a non-admin user, a successful deposit results in "This file is processing and will be available shortly"
It appears that this doesn't resolve after the sidekiq queue has been cleared or any amount of waiting.
To Reproduce Steps to reproduce the behavior:
Expected behavior The view and download links should be available when the files are completed processing.
Additional context If fileset_uuid is not present then the processing message will be shown
fileset_uuid
jupiter/app/views/items/_files_section_sidebar.html.erb
Line 6 in d8d0f1f
jupiter/app/models/jupiter_core/depositable.rb
Lines 124 to 137 in d8d0f1f
Rails 6 update made a few changes to ActiveStorage which may or may not be related https://edgeguides.rubyonrails.org/6_0_release_notes.html#active-storage
The text was updated successfully, but these errors were encountered:
#1669: Make sure we are setting fileset_uuid whenever we add files fo…
514ae3e
…r items/theses
Merge pull request #1701 from ualbertalib/investigate-files-are-proce…
2382c5d
…ssing #1669: Make sure we are setting fileset_uuid whenever we add files for items/theses
#1669: Use resize_to_limit instead of resize for images and update cs…
a08456b
…s for images
Should be fixed with above PR being merged. Closing issue.
Sorry, something went wrong.
murny
No branches or pull requests
Describe the bug
As an admin or a non-admin user, a successful deposit results in "This file is processing and will be available shortly"
It appears that this doesn't resolve after the sidekiq queue has been cleared or any amount of waiting.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The view and download links should be available when the files are completed processing.
Additional context
If
fileset_uuid
is not present then the processing message will be shownjupiter/app/views/items/_files_section_sidebar.html.erb
Line 6 in d8d0f1f
The
fileset_uuid
should be set here so I suspect that we're not reaching line 134jupiter/app/models/jupiter_core/depositable.rb
Lines 124 to 137 in d8d0f1f
Rails 6 update made a few changes to ActiveStorage which may or may not be related https://edgeguides.rubyonrails.org/6_0_release_notes.html#active-storage
The text was updated successfully, but these errors were encountered: