Opened 9 years ago
Closed 9 years ago
#2477 closed defect (done)
OKBExperimentUploadView does not work with RunCollections
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.13 |
Component: | Clients.OKB | Version: | 3.3.12 |
Keywords: | Cc: |
Description
Problem is that the view uses IOptimizer as ContentType. RunCollection is not an IOptimizer so the view is offered for RunCollection but can't display it.
Conceptually, the view is not really a content view as it does offer some service on a given content, but doesn't provide a different view on it.
Change History (5)
comment:1 Changed 9 years ago by abeham
- Status changed from new to accepted
comment:2 Changed 9 years ago by abeham
comment:3 Changed 9 years ago by abeham
- Owner changed from abeham to ascheibe
- Status changed from accepted to reviewing
I think it is improved in that the algorithm and problem are tried to be matched.
comment:4 Changed 9 years ago by ascheibe
- Owner changed from ascheibe to abeham
- Status changed from reviewing to readytorelease
Reviewed r12971, thanks, looks good.
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.
r12971: