Opened 9 years ago
Closed 9 years ago
#2569 closed feature request (done)
View for ParameterizedItem
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.14 |
Component: | Core.Views | Version: | 3.3.13 |
Keywords: | Cc: |
Description
We only have a ParameterizedNamedItemView but there is also an interface IParameterizedItem and no corresponding view.
Change History (6)
comment:1 Changed 9 years ago by gkronber
- Owner set to gkronber
- Status changed from new to accepted
comment:2 Changed 9 years ago by gkronber
comment:3 Changed 9 years ago by gkronber
- Owner changed from gkronber to abeham
- Status changed from accepted to reviewing
comment:4 Changed 9 years ago by abeham
- Owner changed from abeham to gkronber
- Status changed from reviewing to readytorelease
Reviewed and tested r13573:
- The annoying side-effect of this change is that ParameterizedItemView and ParameterizedNamedItemView are siblings in the inheritance hierachy with ItemView as their common ancestor. Thus in the ViewHost icon both views will be displayed as possible views to switch to. However if we change ParameterizedNamedItemView to derive from ParameterizedItemView I would expect to see ParameterizedNamedItemView and NamedItemView (which are then siblings) popping up as an alternative visualization for contents which is even less desirable... In any case this can be changed easily in the future as we don't have to worry so much about backwards-compatibility within the views.
comment:5 Changed 9 years ago by gkronber
comment:6 Changed 9 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r13573: added ParameterizedItemView