Opened 10 years ago
Closed 9 years ago
#2338 closed defect (done)
Missing default view for read-only collections
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.12 |
Component: | Core.Views | Version: | 3.3.11 |
Keywords: | Cc: |
Description
The MainFormManager cannot show read-only collections using ShowContent since no default view is registered for this. The ItemCollectionView<T> should be registered as a default view for ReadOnlyItemCollection<T> and similar for the other collection types.
Change History (5)
comment:1 Changed 9 years ago by ascheibe
- Owner set to abeham
- Status changed from new to assigned
comment:2 Changed 9 years ago by abeham
- Owner changed from abeham to mkommend
- Status changed from assigned to reviewing
comment:3 Changed 9 years ago by mkommend
- Owner changed from mkommend to abeham
- Status changed from reviewing to readytorelease
Reviewed r12618.
comment:4 Changed 9 years ago by abeham
r12734: merged 12618 to stable
comment:5 Changed 9 years ago by abeham
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r12618: Added readonly-collection as default view