Bug 270129 - Removing an entry from the collection does not remove it from any loans
Summary: Removing an entry from the collection does not remove it from any loans
Status: RESOLVED FIXED
Alias: None
Product: tellico
Classification: Applications
Component: general (show other bugs)
Version: 2.3.2
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Robby Stephenson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-05 06:53 UTC by Robby Stephenson
Modified: 2011-04-05 07:07 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

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