Skip to content

Commit

Permalink
Removed RecentlyViewedProjectIds
Browse files Browse the repository at this point in the history
  • Loading branch information
corey-underdown committed Dec 4, 2019
1 parent e56d478 commit 34cbb15
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4977,7 +4977,6 @@ Octopus.Client.Model
Boolean IsRequestor { get; set; }
Boolean IsService { get; set; }
String Password { get; set; }
Dictionary<String, ReferenceCollection> RecentlyViewedProjectIds { get; set; }
String Username { get; set; }
}
class UserRoleResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5001,7 +5001,6 @@ Octopus.Client.Model
Boolean IsRequestor { get; set; }
Boolean IsService { get; set; }
String Password { get; set; }
Dictionary<String, ReferenceCollection> RecentlyViewedProjectIds { get; set; }
String Username { get; set; }
}
class UserRoleResource
Expand Down
6 changes: 0 additions & 6 deletions source/Octopus.Client/Model/UserResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,5 @@ public UserResource()

[Writeable]
public IdentityResource[] Identities { get; set; }

/// <summary>
/// Gets a list of project references when the user navigates to a project's page
/// </summary>
[JsonProperty(Order = 2)]
public Dictionary<string, ReferenceCollection> RecentlyViewedProjectIds { get; set; }
}
}

0 comments on commit 34cbb15

Please sign in to comment.