Opened 7 years ago
Closed 7 years ago
#2860 closed enhancement (done)
Clear filename if problemData of solutions is changed
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Problems.DataAnalysis.Views | Version: | trunk |
Keywords: | Cc: |
Description
It is easy to overwrite an existing HL file if new data is loaded into data analysis solutions. Hence, if would be a good idea to remove the existing filename from loaded solution (when the solution is evaluated on new data) to automatically trigger a save-as operation.
Change History (6)
comment:1 Changed 7 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 7 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 7 years ago by mkommend
- Version set to trunk
comment:4 Changed 7 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
r15486 is fine by me.
comment:5 Changed 7 years ago by mkommend
comment:6 Changed 7 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r15486: Cleared filename after a new problemData is set for data analysis solutions.