Raids and RaidTemplates are now only editable by their owner or moderators
reworked user rights
This commit is contained in:
parent
cb683723b7
commit
2bf630f3a1
25 changed files with 258 additions and 270 deletions
|
@ -29,6 +29,10 @@ namespace Lieb.Models.GuildWars2.Raid
|
|||
|
||||
public string RequiredRole { get; set; } = String.Empty;
|
||||
|
||||
public bool MoveFlexUsers { get; set; } = true;
|
||||
|
||||
public int RaidOwnerId { get; set; }
|
||||
|
||||
//role name, number of spots
|
||||
public ICollection<PlannedRaidRole> Roles { get; set; } = new HashSet<PlannedRaidRole>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue