Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/04/17 13:56:38 (7 years ago)
Author:
jkarder
Message:

#2839:

  • worked on hive administrator view
  • updated service clients
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HiveProjectManagement/HeuristicLab.Clients.Hive/3.3/ServiceClients/Job.cs

    r14185 r15401  
    2929    #region Constructors and Cloning
    3030    public Job() {
    31       ResourceNames = "HEAL";
     31      ProjectId = Guid.Empty;
    3232      DateCreated = DateTime.Now;
    3333      Permission = Permission.Full;
     
    3838      this.OwnerUserId = original.OwnerUserId;
    3939      this.DateCreated = original.DateCreated;
    40       this.ResourceNames = original.ResourceNames;
     40      this.ProjectId = original.ProjectId;
    4141      this.Name = original.Name;
    4242      this.Description = original.Description;
Note: See TracChangeset for help on using the changeset viewer.