Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/02/18 15:51:17 (6 years ago)
Author:
jzenisek
Message:

#2839: applied several fixes:

  • show full project-path in project/resource selector
  • handle lost of project-ownership by not withdrawing permissions
  • update automatically after hand-down save
  • lock jobs for which statistics/deletion is pending
  • lock the disabled checkbox in ProjectResourcesView...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Administrator/3.3/Views/ResourcesView.cs

    r15953 r15978  
    123123      btnRemoveGroup.Enabled = !locked;
    124124      btnSave.Enabled = !locked;
    125       viewHost.Locked = locked;
     125      viewHost.Enabled = true;
     126      //viewHost.Locked = locked;
     127      viewHost.Locked = false;
     128      viewHost.ReadOnly = false;
    126129      scheduleView.Locked = locked;
    127       scheduleView.SetEnabledStateOfSchedule(!scheduleLocked);
     130      //scheduleView.SetEnabledStateOfSchedule(!scheduleLocked);
    128131    }
    129132    #endregion
Note: See TracChangeset for help on using the changeset viewer.