Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/25/12 10:58:44 (12 years ago)
Author:
ascheibe
Message:

#1950 fixed an InvalidOperationException in the Hive Job Manager

File:
1 edited

Legend:

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

    r8700 r8848  
    5353    protected override void Job_ItemChanged(object sender, EventArgs e) {
    5454      if (Content != null && Content.Task != null && Content.ItemTask.Item != null) {
    55         runCollectionViewHost.Content = Content.ItemTask.Item.Runs;
     55        runCollectionViewHost.Content = Content.GetRuns();
    5656      } else {
    5757        runCollectionViewHost.Content = null;
Note: See TracChangeset for help on using the changeset viewer.