Opened 13 years ago
Closed 13 years ago
#1594 closed enhancement (done)
DataAnalysisSolutionViews should display the name of the solutions
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.6 |
Component: | Problems.DataAnalysis.Views | Version: | 3.3.6 |
Keywords: | Cc: |
Description (last modified by mkommend)
Currently the name of data analysis solutions is not visible, which makes it hard to identify the created solutions correctly. A possibility to resolve this issue would be to derive from NamedItemView. However this is not possible as data analysis views derive from ResultCollectionView and so the functionality of the NamedItemView must be reimplemented.
Change History (12)
comment:1 Changed 13 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 13 years ago by mkommend
- Description modified (diff)
- Summary changed from DataAnalysisSolutionViews should derive from NamedItemView to DataAnalysisSolutionViews should display the name of the solutions
comment:3 Changed 13 years ago by mkommend
comment:4 Changed 13 years ago by mkommend
r6652: Refactored DataAnalysisSolutionViews and inherited from NamedItemView to display name and description.
comment:5 Changed 13 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:6 Changed 13 years ago by gkronber
- Status changed from reviewing to readytorelease
comment:7 Changed 13 years ago by gkronber
Changes in this ticket (implementation of NamedDataAnalysisSolutionView) seem to cause problems described in ticket #1637
comment:8 Changed 13 years ago by gkronber
- Status changed from readytorelease to assigned
comment:9 Changed 13 years ago by gkronber
comment:10 Changed 13 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from assigned to reviewing
comment:11 Changed 13 years ago by mkommend
- Status changed from reviewing to readytorelease
comment:12 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.5 to 3.3.6
Note: See
TracTickets for help on using
tickets.
r6585: Corrected group box text in ClusteringSolutionView.