-
Notifications
You must be signed in to change notification settings - Fork 24
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
複数冊所蔵している資料に複数の予約がついた場合、2冊目以降の予約が取り置きされない #1924
Comments
@yukisalad こちら、反応が遅くなりまして申し訳ありません。現在作業中ですので、しばらくお待ちください。 |
@yukisalad 対応しましたので、1.4ブランチの最新版を試していただけますか。 |
@nabeta もう一度ご確認お願いできますでしょうか? |
@yukisalad デモサーバで以下の手順で確認してみましたが、想定どおり取り置き状態になります。この手順と異なりますでしょうか。
|
@nabeta
テストしたところ、4の結果が、 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
一つの書誌に対して、複数の資料が登録されており、
その書誌に対して、複数の利用者から同時に予約が入っている場合に
予約取り置きされている資料が1つもなければ、
対象の資料が返却されると
position = 1の予約に対して取り置きがされるのですが、
取り置き中の予約が存在する場合に、
他の対象資料が返却されても取り置きされない、
という現象が確認されております。
2冊目以降の資料の返却の際にも、予約取り置きがされるように
修正をいただけませんでしょうか?
The text was updated successfully, but these errors were encountered: