mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
Fixed GroupDto validation
This commit is contained in:
@@ -24,7 +24,6 @@ public class GroupDto extends HalRepresentation {
|
||||
private Instant lastModified;
|
||||
@Pattern(regexp = USER_GROUP_PATTERN)
|
||||
private String name;
|
||||
@NotEmpty
|
||||
private String type;
|
||||
private Map<String, String> properties;
|
||||
private List<String> members;
|
||||
|
||||
Reference in New Issue
Block a user