mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 23:11:54 +00:00
Implemented Groups edit buttons
This commit is contained in:
@@ -21,8 +21,12 @@ public class GroupsCreateRequestModel
|
||||
|
||||
public class GroupsModifyRequestModel
|
||||
{
|
||||
[JsonPropertyName("Cn")]
|
||||
public required string Cn { get; set; }
|
||||
[JsonPropertyName("NewCn")]
|
||||
public string? NewCn { get; set; } = null;
|
||||
[JsonPropertyName("GidNumber")]
|
||||
public string? GidNumber { get; set; } = null;
|
||||
public GroupPermissions? Permissions { get; set; } = null;
|
||||
[JsonPropertyName("Description")]
|
||||
public GroupDescription? Description { get; set; } = null;
|
||||
}
|
||||
Reference in New Issue
Block a user