Skip to content

Commit

Permalink
add CanManageTeam permission (#49)
Browse files Browse the repository at this point in the history
* add CanManageTeam permission
  • Loading branch information
sei-tspencer authored May 13, 2024
1 parent d7e4838 commit 871a2c5
Show file tree
Hide file tree
Showing 8 changed files with 1,337 additions and 1 deletion.
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 871a2c5

Please sign in to comment.