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

fix oai after application_parser rework #932

Merged
merged 4 commits into from
Mar 8, 2024
Merged

fix oai after application_parser rework #932

merged 4 commits into from
Mar 8, 2024

Conversation

orangewolf
Copy link
Member

No description provided.

Comment on lines 250 to 254
record[:delete].present?
end

def record_remove_and_rerun?(record)
record[:remove_and_rerun].present?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non-blocking: Are these scenarios where casting to a boolean would be better than .present? Since this is the ApplicationParser, I'm thinking about a CSV import where the value in the :delete column is "false", for example

@jeremyf jeremyf added the patch-ver for release notes label Mar 8, 2024
@jeremyf jeremyf merged commit ac34c18 into main Mar 8, 2024
6 checks passed
@jeremyf jeremyf deleted the oai-fixes branch March 8, 2024 17:28
jeremyf added a commit that referenced this pull request Mar 8, 2024
* main:
  fix oai after application_parser rework (#932)
jeremyf added a commit that referenced this pull request Mar 8, 2024
* main:
  fix oai after application_parser rework (#932)
  move various requires to a central location lib/bulkrax.rb, (#931)
  bump version to 7.0.0
jeremyf added a commit that referenced this pull request Mar 8, 2024
* main:
  fix oai after application_parser rework (#932)
  move various requires to a central location lib/bulkrax.rb, (#931)
  bump version to 7.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch-ver for release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants