#1143 closed enhancement (done)
Contents should not be cloned before they are saved
Reported by: | mkommend | Owned by: | swagner |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.1 |
Component: | Core | Version: | 3.3.1 |
Keywords: | Cc: |
Description
The clone operation drastically affects the performance of the save operation and therefore contents should not be cloned before they are saved.
Change History (9)
comment:1 Changed 14 years ago by mkommend
- Type changed from defect to enhancement
comment:2 Changed 14 years ago by mkommend
- Status changed from new to assigned
comment:3 Changed 14 years ago by mkommend
comment:4 Changed 14 years ago by mkommend
Removed cloning the active flag of Constraints with r4345.
comment:5 Changed 14 years ago by mkommend
- Status changed from assigned to accepted
The related ticket #1155 is implemented and therefore this ticket could also be reviewed and close.
comment:6 Changed 14 years ago by mkommend
- Owner changed from mkommend to swagner
- Status changed from accepted to reviewing
comment:7 Changed 14 years ago by swagner
- Resolution set to fixed
- Status changed from reviewing to closed
- Version changed from 3.3.0 to 3.3.1
comment:8 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Removed cloning of saved contents and refactored FileManager r4245.