Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 2 of Ticket #1594


Ignore:
Timestamp:
07/21/11 10:53:32 (13 years ago)
Author:
mkommend
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1594

    • Property Status changed from new to accepted
    • Property Summary changed from DataAnalysisSolutionViews should derive from NamedItemView to DataAnalysisSolutionViews should display the name of the solutions
  • Ticket #1594 – Description

    initial v2  
    1 Currently the name of data analysis solutions is not visible, which makes it hard to identify the created solutions correctly. By inheriting the views from `NamedItemView` this issued will be resolved.
     1Currently 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.