Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/25/12 15:02:51 (12 years ago)
Author:
ascheibe
Message:

#1882 reverted changes of r8688 and r8692 because I think I found now the real cause for all these problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/OptimizerHiveTaskView.cs

    r8692 r8700  
    2525using HeuristicLab.MainForm;
    2626using HeuristicLab.MainForm.WindowsForms;
    27 using HeuristicLab.Optimization;
    2827using HeuristicLab.PluginInfrastructure;
    2928
     
    5453    protected override void Job_ItemChanged(object sender, EventArgs e) {
    5554      if (Content != null && Content.Task != null && Content.ItemTask.Item != null) {
    56         RunCollection runs = new RunCollection();
    57         TaskUtil.GetAllRunsFromHiveTask(runs, Content);
    58         runCollectionViewHost.Content = runs;
     55        runCollectionViewHost.Content = Content.ItemTask.Item.Runs;
    5956      } else {
    6057        runCollectionViewHost.Content = null;
Note: See TracChangeset for help on using the changeset viewer.