Opened 10 years ago
Closed 10 years ago
#164 closed defect (fixed)
On item delete, if "Erase Files" is not checked, it still shows files and notes being deleted.
| Reported by: | david | Owned by: | david |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 Beta 1 |
| Component: | interface | Version: | 1.0 |
| Keywords: | Cc: |
Description
Change History (2)
comment:1 Changed 10 years ago by david
comment:2 Changed 10 years ago by david
- Resolution set to fixed
- Status changed from new to closed
(In [429]) Fixes #164, On item delete, if "Erase Files" is not checked, it still shows files and notes being deleted.
If you are simple removing an item from a project, it won't ask you if you want to delete files and notes.
ItemTreeView:
- notify() now works with multiple ids for action=modify.
- saveSelection() returns an array of selected IDs instead of saving it to a class variable
- rememberSelection(selection) takes an array of IDs.
Note: See
TracTickets for help on using
tickets.
User must click off present Project and back on.