Skip to content
New issue

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

Prevent loss of attributes with reschedule of CreateWorkJob #7004

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

laritakr
Copy link
Contributor

@laritakr laritakr commented Feb 6, 2025

Fixes

This commit changes to use a temporary variable to hold the job attributes, so that when CreateWorkJob is rescheduled due to any errors, the attributes that were deleted do not get left out of the resubmitted job's attributes.

@samvera/hyrax-code-reviewers

This commit changes to use a temporary variable to hold the
job attributes, so that when CreateWorkJob is rescheduled due to
any errors, the attributes that were deleted do not get left out
of the resubmitted job's attributes.
@laritakr laritakr force-pushed the CreateWorkJob-bug-fix branch from 4adaed4 to 3c3e507 Compare February 6, 2025 19:15
@laritakr laritakr added the notes-bugfix Release Notes: Fixed a bug label Feb 6, 2025
@randalldfloyd randalldfloyd merged commit ec94f98 into main_before_rails_72 Feb 6, 2025
17 checks passed
@randalldfloyd randalldfloyd deleted the CreateWorkJob-bug-fix branch February 6, 2025 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notes-bugfix Release Notes: Fixed a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants