Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/24/09 13:32:47 (15 years ago)
Author:
kgrading
Message:

fixed dependency resolution when job was created (#571)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Engine/3.2/HiveEngine.cs

    r1592 r1651  
    7979      PluginInfo depInfo = dService.GetDeclaringPlugin(typeof(HiveEngine));
    8080      List<PluginInfo> dependentPlugins = PluginManager.Manager.GetDependentPluginsRec(depInfo);
     81      dependentPlugins.Add(depInfo);
    8182
    8283      HeuristicLab.Hive.Contracts.BusinessObjects.Job jobObj = new HeuristicLab.Hive.Contracts.BusinessObjects.Job();
Note: See TracChangeset for help on using the changeset viewer.