Bug 33025 - Show an alert when adding a lost item to an item bundle
Summary: Show an alert when adding a lost item to an item bundle
Status: Patch doesn't apply
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Julian Maurice
QA Contact: Testopia
URL:
Keywords:
Depends on: 32121
Blocks:
  Show dependency treegraph
 
Reported: 2023-02-21 15:20 UTC by Julian Maurice
Modified: 2023-04-21 15:27 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 33025: Show an alert when adding a lost item to an item bundle (7.16 KB, patch)
2023-02-21 15:21 UTC, Julian Maurice
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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>