Free cookie consent management tool by TermsFeed Policy Generator

Opened 9 years ago

Closed 8 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

r12971:

  • Changed OKBExperimentUploadView to not be a ContentView anymore
  • Make automatic suggestion on OKBAlgorithm and OKBProblem based on equality of name and data type
  • Add an upload checkbox column in order to deselect individual runs from upload

comment:3 Changed 8 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 8 years ago by ascheibe

  • Owner changed from ascheibe to abeham
  • Status changed from reviewing to readytorelease

Reviewed r12971, thanks, looks good.

comment:5 Changed 8 years ago by abeham

  • Resolution set to done
  • Status changed from readytorelease to closed

r13195: merged r12971 to stable

Note: See TracTickets for help on using tickets.