Free cookie consent management tool by TermsFeed Policy Generator

Opened 8 years ago

Closed 8 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 8 years ago by mkommend

  • Status changed from new to accepted

comment:2 Changed 8 years ago by mkommend

  • Owner changed from mkommend to gkronber
  • Status changed from accepted to reviewing

r14770: Changed DataAnalysisSolutionView to open the Result.Value in a new view when double clicking a detailed result.

comment:3 Changed 8 years ago by gkronber

  • Owner changed from gkronber to mkommend
  • Status changed from reviewing to readytorelease

Reviewed and tested r14770. Thanks

comment:4 Changed 8 years ago by mkommend

  • Resolution set to done
  • Status changed from readytorelease to closed

r14848: Merged r14770 into stable.

Note: See TracTickets for help on using tickets.