Bug 270129

Summary: Removing an entry from the collection does not remove it from any loans
Product: [Applications] tellico Reporter: Robby Stephenson <robby>
Component: generalAssignee: Robby Stephenson <robby>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 2.3.2   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Robby Stephenson 2011-04-05 06:53:00 UTC
Version:           2.3.2 (using KDE 4.6.1) 
OS:                Linux

If an entry is checked-out (or loaned), removing the entry should remove the loan.

Also, the undo command should work when undoing the entry removal, the loan should come back, too.

Reproducible: Didn't try

Steps to Reproduce:
1. Add loan for existing entry
2. Remove entry
3. Loan should go away
Comment 1 Robby Stephenson 2011-04-05 07:07:10 UTC
SVN commit 1227138 by rstephenson:

Fix bug where removing an entry would not update loans for that entry.
BUG:270129


 M  +4 -0      ChangeLog  
 M  +9 -0      src/borrower.cpp  
 M  +2 -0      src/borrower.h  
 M  +20 -0     src/commands/removeentries.cpp  
 M  +9 -2      src/commands/removeloans.cpp  
 M  +1 -1      src/commands/removeloans.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1227138