Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/27/12 20:17:54 (12 years ago)
Author:
jkarder
Message:

#1648: fixed Control.Enabled state handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Access.Administration/3.3/Views/UserView.cs

    r8042 r8141  
    5757        lastActivityTextBox.Text = Content.LastActivityDate.ToString();
    5858        lastLoginTextBox.Text = Content.LastLoginDate.ToString();
    59         refreshableRoleSelectionListView.Content = AccessAdministrationClient.Instance;
     59        refreshableRoleSelectionListView.Content = Content.Id != Guid.Empty ? AccessAdministrationClient.Instance : null;
    6060        refreshableRoleSelectionListView.CurrentUser = Content;
    6161      }
Note: See TracChangeset for help on using the changeset viewer.