#1193 closed enhancement (done)
Not all items should be savable
Reported by: | swagner | Owned by: | gkronber |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.1 |
Component: | Core | Version: | 3.3.1 |
Keywords: | Cc: |
Description
Currently all items can be saved. It would be better to allow saving for some specific items only, for which it is really necessary (e.g. algorithms, problems, results, runs, etc.).
Change History (12)
comment:1 Changed 14 years ago by swagner
- Status changed from new to accepted
comment:2 Changed 14 years ago by swagner
comment:3 Changed 14 years ago by swagner
- Resolution set to fixed
- Status changed from accepted to closed
comment:4 Changed 14 years ago by swagner
- Resolution fixed deleted
- Status changed from closed to reopened
Algorithm should not implement IStorableContent. It should be possible for each algorithm to decide on its own, whether it is savable or not.
comment:5 Changed 14 years ago by swagner
- Status changed from reopened to accepted
comment:6 Changed 14 years ago by swagner
- Resolution set to fixed
- Status changed from accepted to closed
- Version changed from 3.3 to 3.3.1
Implemented in r4437.
comment:7 Changed 14 years ago by gkronber
- Resolution fixed deleted
- Status changed from closed to reopened
Data analysis solutions should be savable.
comment:8 Changed 14 years ago by gkronber
- Owner changed from swagner to gkronber
- Status changed from reopened to accepted
comment:9 Changed 14 years ago by gkronber
Made data analysis problem data and data analysis solutions savable with r4451.
comment:10 Changed 14 years ago by gkronber
- Resolution set to fixed
- Status changed from accepted to closed
comment:11 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.
Implemented in r4419.