-
Notifications
You must be signed in to change notification settings - Fork 25
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
Circulation: item in transit can wrongfully become at_desk #3403
Labels
bug
Breaks something but is not blocking
client request
Issue reported by production libraries
f: circulation
Concerns the circulation interface or backend
Comments
PascalRepond
added a commit
to PascalRepond/rero-ils
that referenced
this issue
Jan 16, 2024
* Closes rero#3403. Co-Authored-by: Pascal Repond <[email protected]>
PascalRepond
added a commit
to PascalRepond/rero-ils
that referenced
this issue
Jan 16, 2024
* Fixes incorrect test for action CANCEL_REQUEST_5_1_2. * Closes rero#3403. Co-Authored-by: Pascal Repond <[email protected]>
PascalRepond
added a commit
to PascalRepond/rero-ils
that referenced
this issue
Jan 16, 2024
* Fixes incorrect test for action CANCEL_REQUEST_5_1_2. * Closes rero#3403. Co-Authored-by: Pascal Repond <[email protected]>
PascalRepond
added a commit
to PascalRepond/rero-ils
that referenced
this issue
Jan 17, 2024
* Fixes incorrect test for action CANCEL_REQUEST_5_1_2. * Closes rero#3403. Co-Authored-by: Pascal Repond <[email protected]>
PascalRepond
added a commit
to PascalRepond/rero-ils
that referenced
this issue
Jan 18, 2024
* Fixes incorrect test for action CANCEL_REQUEST_5_1_2. * Closes rero#3403. * Closes rero#3569. Co-Authored-by: Pascal Repond <[email protected]>
PascalRepond
added a commit
to PascalRepond/rero-ils
that referenced
this issue
Jan 18, 2024
* Fixes incorrect test for action CANCEL_REQUEST_5_1_2. * Closes rero#3403. * Closes rero#3569. Co-Authored-by: Pascal Repond <[email protected]>
PascalRepond
added a commit
to PascalRepond/rero-ils
that referenced
this issue
Jan 18, 2024
* Fixes incorrect test for action CANCEL_REQUEST_5_1_2. * Closes rero#3403. * Closes rero#3569. Co-Authored-by: Pascal Repond <[email protected]>
PascalRepond
added a commit
to PascalRepond/rero-ils
that referenced
this issue
Jan 19, 2024
* Fixes incorrect test for action CANCEL_REQUEST_5_1_2. * Closes rero#3403. * Closes rero#3569. Co-Authored-by: Pascal Repond <[email protected]>
PascalRepond
added a commit
that referenced
this issue
Jan 22, 2024
* Fixes incorrect test for action CANCEL_REQUEST_5_1_2. * Closes #3403. * Closes #3569. Co-Authored-by: Pascal Repond <[email protected]>
PascalRepond
added a commit
that referenced
this issue
Jan 24, 2024
* Fixes incorrect test for action CANCEL_REQUEST_5_1_2. * Closes #3403. * Closes #3569. Co-Authored-by: Pascal Repond <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Breaks something but is not blocking
client request
Issue reported by production libraries
f: circulation
Concerns the circulation interface or backend
Bug description:
In a certain specific case, an item that is in transit and with another pending request can become directly
at_desk
and sends an availability notification when the first request is cancelled. This seems to happen only if the transaction library of both requests is the same.Linked to an incomplete fixing of issue #2454
May be linked to #3569
Expected behavior:
Cancelling a request when the status of the item is
in_transit_for_pickup
orin_transit_to_house
should never becomeat_desk
or send an availability notification. In this case, the item should stayin_transit_for_pickup
and the notification should only be generated when the item is recieved.Steps to Reproduce:
at_desk
when it should still bein_transit_for_pickup
because it has not been recieved by library A yet.Version:
v1.17.0
Screenshots
The text was updated successfully, but these errors were encountered: