-
Notifications
You must be signed in to change notification settings - Fork 1
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
Rakes tasks for working with data import profiles #289
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need this method? If not, it can be removed:
folio-tasks/tasks/helpers/data_import.rb
Line 217 in 6ec600c
def remove_values(hash, key_name) |
On second thought, I might want to use that method instead. Let me re-work this PR a bit. |
We do not want to load the system default data import job_profiles since they are loaded when we enable modules with okapi and loadReference=true.
c3225e5
to
48ca18c
Compare
I ended up removing it. This is ready for review now. |
Closes #288