-
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: a staff cannot delete a request of an item with the status 'at desk' #1293
Labels
bug
Breaks something but is not blocking
f: circulation
Concerns the circulation interface or backend
Milestone
Comments
benerken
changed the title
Cannot delete a request of an item with the status 'at desk'
circulation: a staff cannot delete a request of an item with the status 'at desk'
Oct 13, 2020
AoNoOokami
pushed a commit
to AoNoOokami/rero-ils-ui
that referenced
this issue
Oct 20, 2020
* Updates cancel request permissions. * Adds method to update the item detailed view after a cancel request. * Adds a flash message to inform the user about item status. * Closes rero/rero-ils#1293. Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
7 tasks
AoNoOokami
pushed a commit
to AoNoOokami/rero-ils-ui
that referenced
this issue
Oct 20, 2020
* Updates cancel request permissions. * Adds method to update the item detailed view after a cancel request. * Adds a flash message to inform the user about item status. * Closes rero/rero-ils#1293. Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
AoNoOokami
pushed a commit
to AoNoOokami/rero-ils-ui
that referenced
this issue
Oct 26, 2020
* Updates 'cancel request' permissions to allow the cancellation of an item 'at desk'. * Adds a method to update the item detailed view after a cancel request. * Adds a flash message to inform the user about item status. * Closes rero/rero-ils#1293. Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
AoNoOokami
pushed a commit
to AoNoOokami/rero-ils-ui
that referenced
this issue
Oct 26, 2020
* Updates 'cancel request' permissions to allow the cancellation of an item 'at desk'. * Adds a method to update the item detailed view after a cancel request. * Adds a flash message to inform the user about the item status. * Moves 'cancel' and 'update' logic in the list component for a better understanding and to clean the code. * Closes rero/rero-ils#1293. Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
AoNoOokami
pushed a commit
to AoNoOokami/rero-ils-ui
that referenced
this issue
Oct 26, 2020
* Updates 'cancel request' permissions to allow the cancellation of an item 'at desk'. * Adds a method to update the item detailed view after a cancel request. * Adds a flash message to inform the user about the item status. * Moves 'cancel' and 'update' logic from the item-transaction component (list item) to the item-transactions (list) component for a better understanding and to clean the code. * Closes rero/rero-ils#1293. Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
AoNoOokami
pushed a commit
to AoNoOokami/rero-ils-ui
that referenced
this issue
Nov 3, 2020
* Updates 'cancel request' permissions to allow the cancellation of an item 'at desk'. * Adds a method to update the item detailed view after a cancel request. * Adds a flash message to inform the user about the item status. * Moves 'cancel' and 'update' logic from the item-transaction component (list item) to the item-transactions (list) component for a better understanding and to clean the code. * Closes rero/rero-ils#1293. Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
AoNoOokami
pushed a commit
to AoNoOokami/rero-ils-ui
that referenced
this issue
Nov 4, 2020
* Updates 'cancel request' permissions to allow the cancellation of an item 'at desk'. * Adds a method to update the item detailed view after a cancel request. * Adds a flash message to inform the user about the item status. * Moves 'cancel' and 'update' logic from the item-transaction component (list item) to the item-transactions (list) component for a better understanding and to clean the code. * Closes rero/rero-ils#1293. Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
AoNoOokami
pushed a commit
to AoNoOokami/rero-ils-ui
that referenced
this issue
Nov 4, 2020
* Updates 'cancel request' permissions to allow the cancellation of an item 'at desk'. * Adds a method to update the item detailed view after a cancel request. * Adds a flash message to inform the user about the item status. * Moves 'cancel' and 'update' logic from the item-transaction component (list item) to the item-transactions (list) component for a better understanding and to clean the code. * Closes rero/rero-ils#1293. Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
AoNoOokami
pushed a commit
to AoNoOokami/rero-ils-ui
that referenced
this issue
Nov 4, 2020
* Updates 'cancel request' permissions to allow the cancellation of an item 'at desk'. * Adds a method to update the item detailed view after a cancel request. * Adds a flash message to inform the user about the item status. * Moves 'cancel' and 'update' logic from the item-transaction component (list item) to the item-transactions (list) component for a better understanding and to clean the code. * Closes rero/rero-ils#1293. Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
AoNoOokami
pushed a commit
to AoNoOokami/rero-ils-ui
that referenced
this issue
Nov 4, 2020
* Updates 'cancel request' permissions to allow the cancellation of an item 'at desk'. * Adds a method to update the item detailed view after a cancel request. * Adds a flash message to inform the user about the item status. * Moves 'cancel' and 'update' logic from the item-transaction component (list item) to the item-transactions (list) component for a better understanding and to clean the code. * Closes rero/rero-ils#1293. Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
AoNoOokami
pushed a commit
to rero/rero-ils-ui
that referenced
this issue
Nov 4, 2020
* Updates 'cancel request' permissions to allow the cancellation of an item 'at desk'. * Adds a method to update the item detailed view after a cancel request. * Adds a flash message to inform the user about the item status. * Moves 'cancel' and 'update' logic from the item-transaction component (list item) to the item-transactions (list) component for a better understanding and to clean the code. * Closes rero/rero-ils#1293. Co-Authored-by: Alicia Zangger <alicia.zangger@rero.ch>
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
f: circulation
Concerns the circulation interface or backend
Describe the bug
In the professional interface, the staff cannot delete an item with the status 'at desk'.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A librarian should be able to delete a request of an item which is 'at desk'.
The text was updated successfully, but these errors were encountered: