Opened 7 years ago
Closed 6 years ago
#2749 closed enhancement (done)
DataAnalysisSolutionViews should never show ResultViews
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Problems.DataAnalysis.Views | Version: | 3.3.14 |
Keywords: | Cc: |
Description
The use of ResultCollections and Results for the implementation of DataAnalysisSolutions is just a work-around to provide a working GUI without much effort. However, currently when double clicking a detailed result to enlarge it in another tab it shows the result wrapped in a ResultView. As this is only a implementation detail we should directly show the value of the result.
Change History (4)
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 gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
Reviewed and tested r14770. Thanks
comment:4 Changed 6 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r14770: Changed DataAnalysisSolutionView to open the Result.Value in a new view when double clicking a detailed result.