Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/13/18 20:33:39 (6 years ago)
Author:
jzenisek
Message:

#2839: several fixes

  • rebuilt run in hive
  • adapted numeric selector (added FixedNumericUpDown.cs)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelectorDialog.cs

    r15913 r15933  
    129129
    130130      await SecurityExceptionUtil.TryAsyncAndReportSecurityExceptions(
    131         action: () => UpdateInstance(),
     131        action: () => UpdateProjects(),
    132132        finallyCallback: () => updatingProjects = false);
    133133    }
     
    151151
    152152    #region Helpers
    153     private void UpdateInstance() {
    154       HiveClient.Instance.Refresh();
    155     }
    156 
    157153    private void UpdateProjects() {
    158154      HiveClient.Instance.RefreshProjectsAndResources();
Note: See TracChangeset for help on using the changeset viewer.