Opened 10 years ago
Closed 10 years ago
#520 closed defect (fixed)
deleting items from smart collections/search fails under certain circumstances
| Reported by: | simon | Owned by: | dstillman |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 Beta 4 |
| Component: | data layer | Version: | 1.0 |
| Keywords: | Cc: |
Description
if a smart collection contains both an item and the item's attachment, if the item is higher in the sort order, then the delete will halt and fail when it tries to delete the now non-existent attachment. sometimes this appears to leave an open transaction, preventing further use of Zotero until Firefox is restarted.
Change History (2)
comment:1 Changed 10 years ago by dstillman
- Type changed from enhancement to defect
comment:2 Changed 10 years ago by dstillman
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [1130]) Fixes #520, deleting items from smart collections/search fails under certain circumstances
Simon, reopen if this doesn't fix the problem you were referring to.
(Also removes Notifier.enable()/disable() from its use in Item.erase() while we're at it.)