Bug 33025

Summary: Show an alert when adding a lost item to an item bundle
Product: Koha Reporter: Julian Maurice <julian.maurice>
Component: CirculationAssignee: Julian Maurice <julian.maurice>
Status: Patch doesn't apply --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle.m.hall, kyle, Laura.escamilla
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 32121    
Bug Blocks:    
Attachments: Bug 33025: Show an alert when adding a lost item to an item bundle

Description Julian Maurice 2023-02-21 15:20:42 UTC

    
Comment 1 Julian Maurice 2023-02-21 15:21:29 UTC
Created attachment 147055 [details] [review]
Bug 33025: Show an alert when adding a lost item to an item bundle

Test plan:
1. Create an item bundle (see bug 28854 comment 458)
2. Create a biblio with one item and mark it as lost
3. Try to add the lost item to the bundle
   You should see a message saying that the item is lost. Next to
   this message should be a button "Mark as found and add to bundle".
4. Click on the button. There should be a message saying that the item
   was added to the bundle.
5. Close the modal window and verify that the item was correctly marked
   as found and added to the bundle
Comment 2 Laura Escamilla 2023-03-06 14:27:54 UTC
(In reply to Julian Maurice from comment #1)
> Created attachment 147055 [details] [review] [review]
> Bug 33025: Show an alert when adding a lost item to an item bundle
> 
> Test plan:
> 1. Create an item bundle (see bug 28854 comment 458)
> 2. Create a biblio with one item and mark it as lost
> 3. Try to add the lost item to the bundle
>    You should see a message saying that the item is lost. Next to
>    this message should be a button "Mark as found and add to bundle".
> 4. Click on the button. There should be a message saying that the item
>    was added to the bundle.
> 5. Close the modal window and verify that the item was correctly marked
>    as found and added to the bundle

Signed-off-by: Laura Escamilla <laura.escamilla@bywatersolutions.com>