Skip to content

Commit

Permalink
add CanManageTeam permission
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-tspencer committed May 9, 2024
1 parent d7e4838 commit 35df9a3
Show file tree
Hide file tree
Showing 8 changed files with 1,327 additions and 6 deletions.
1 change: 1 addition & 0 deletions Cite.Api.Data/Models/TeamUser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public TeamUserEntity(Guid userId, Guid teamId)
public Boolean CanIncrementMove { get; set; }
public Boolean CanModify { get; set; }
public Boolean CanSubmit { get; set; }
public Boolean CanManageTeam { get; set; }
}

public class TeamUserConfiguration : IEntityTypeConfiguration<TeamUserEntity>
Expand Down
Loading

0 comments on commit 35df9a3

Please sign in to comment.