BE: Claimed returned item: Prevent change due date
Description
Purpose: Prevent users from changing the due date on an item that is claim returned.
Scenarios
Scenario
Given an item with the status Claimed returned
When viewing loan details for that loan
Then disable the Change due date button
Scenario
Given an item with the status Claimed returned, and a user's loan history showing open loans, including the loan for that item
When the action menu for the loan is open
Then do not show the Change due date option
Scenario
Given a user's loan history showing open loans, with at least one loan for an item with the status Claimed returned
When only loans for items with the status Claimed returned are checked
Then disable the bulk Change due date button
Scenario
Given a user's loan history showing open loans, with at least one loan for an item with the status Claimed returned
When at least one loan for an item with the status Claimed returned is checked and at least one loan for an item with the status Checked out is checked
Then enable the bulk Change due date button
Scenario
Given the Change due date modal
When there is at least one Claimed returned item in the modal
Then display the following message in the Alert details column for each Claimed returned item:
Item is Claimed returned
Scenario
Given the Change due date modal
When a date and time have been entered in the modal, and only items with the status Claimed returned are checked in the modal
Then disable the Save and close button
Scenario
Given the Change due date modal, with at least one loan with the status Claimed returned checked and at least one loan with the status Checked out checked, and the date and time field populated
When the user selects Save and close
Then display the following in the alert details column for each Claimed returned item
Should due date changes be prevented if the due date is somehow changed while performing checkout on some Item in the "claimed returned" status? Looking at the code, it seems theoretically possible to do this from the API point of view.
If this is still not possible, then feel free to correct my potential misunderstandings.
Purpose: Prevent users from changing the due date on an item that is claim returned.
Scenarios
Scenario
Given an item with the status Claimed returned
When viewing loan details for that loan
Then disable the Change due date button
Scenario
Given an item with the status Claimed returned, and a user's loan history showing open loans, including the loan for that item
When the action menu for the loan is open
Then do not show the Change due date option
Scenario
Given a user's loan history showing open loans, with at least one loan for an item with the status Claimed returned
When only loans for items with the status Claimed returned are checked
Then disable the bulk Change due date button
Scenario
Given a user's loan history showing open loans, with at least one loan for an item with the status Claimed returned
When at least one loan for an item with the status Claimed returned is checked and at least one loan for an item with the status Checked out is checked
Then enable the bulk Change due date button
Scenario
Given the Change due date modal
When there is at least one Claimed returned item in the modal
Then display the following message in the Alert details column for each Claimed returned item:
Item is Claimed returned
Scenario
Given the Change due date modal
When a date and time have been entered in the modal, and only items with the status Claimed returned are checked in the modal
Then disable the Save and close button
Scenario
Given the Change due date modal, with at least one loan with the status Claimed returned checked and at least one loan with the status Checked out checked, and the date and time field populated
When the user selects Save and close
Then display the following in the alert details column for each Claimed returned item
Due date change failed: item is Claimed returned