Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/10/18 23:06:00 (6 years ago)
Author:
jzenisek
Message:

#2839: fixed couple of minor issues

  • changed tags in resource selector
  • added project information in job list and adapted sortation
  • fixed hand-down save by withdrawing additional offset-rights (permissions, resources),...
File:
1 edited

Legend:

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

    r15978 r15992  
    4343    public const string additionalSlavesGroupDescription = "Contains additional slaves which are either ungrouped or the parenting slave group is not assigned to the selected project.";
    4444
    45     private const string CURRENT_SELECTION_TAG = " [current selection]";
    46     private const string NEW_SELECTION_TAG = " [new selection]";
    47     private const string CHANGED_SELECTION_TAG = " [changed selection]";
    48     private const string ADDED_SELECTION_TAG = " [added selection]";
    49     private const string REMOVED_SELECTION_TAG = " [removed selection]";
    50     private const string SELECTED_TAG = " [selected]";
     45    private const string CURRENT_SELECTION_TAG = " [current assignment]";
     46    private const string NEW_SELECTION_TAG = " [new assignment]";
     47    private const string CHANGED_SELECTION_TAG = " [changed assignment]";
     48    private const string ADDED_SELECTION_TAG = " [added assignment]";
     49    private const string REMOVED_SELECTION_TAG = " [removed assignment]";
     50    private const string SELECTED_TAG = " [assigned]";
    5151    private const string INCLUDED_TAG = " [included]";
    5252    private const string ADDED_INCLUDE_TAG = " [added include]";
Note: See TracChangeset for help on using the changeset viewer.