-
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
Canceling a single request #209
Conversation
791880a
to
2ef1e81
Compare
end | ||
|
||
def location_specific_pickup_libraries? | ||
config.location_specific_pickup_libraries.key?(@home_location) |
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.
Maybe we should pull config.location_specific_pickup_libraries
out to a private method so it's a little less unwieldy.
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.
Great recommendation!
8663f08
to
8381ab5
Compare
8381ab5
to
f31ed21
Compare
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.
@mejackreed I was able to create a request in searchworks-morison and successfully change its not needed by date and pickup location, but it looks like I'm getting a 400 on posting the cancelHold
request. Could you walk me through this PR tomorrow? Trying to figure out if this is something about my local dev env or something else I'm misunderstanding about this PR.
219a379
to
6a56e3a
Compare
@camillevilla oops looks like I had that commented out. I popped on 13d0f1d which should resolve the issue. I had it commented out before I knew about the morison way to create requests. |
Co-Authored-By: Chris Beer <[email protected]>
Co-Authored-By: Chris Beer <[email protected]>
This reverts commit cef325c.
6a56e3a
to
fa8e7b3
Compare
Put it in a modalSplit to Put request change/cancel (edit) form into a modal #242