Free cookie consent management tool by TermsFeed Policy Generator

Changeset 16025


Ignore:
Timestamp:
07/26/18 17:10:00 (6 years ago)
Author:
fholzing
Message:

#2930: Removed workaround.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/CreateFromExperimentMenuItem.cs

    r16024 r16025  
    5454
    5555      //Check if the user has the required OKB permissions.
    56       //In case of an server outage, a timeout may occur and the call takes a long time.
     56      //In case of a server outage, a timeout may occur and the call takes a long time.
    5757      //To prevent a possible UI-freeze, the permission-check is implemented as async.
    5858      CheckPrivilege();
     
    6262      await Task.Run(() => {
    6363        IContentView activeView = MainFormManager.MainForm.ActiveView as IContentView;
    64         ToolStripItem.Enabled = true;//OKBRoles.CheckUserPermissions();
     64        ToolStripItem.Enabled = OKBRoles.CheckUserPermissions();
    6565      });
    6666    }
Note: See TracChangeset for help on using the changeset viewer.