remove 'members' from CommunityStatus
This commit is contained in:
parent
096b229c5a
commit
d8834eb84f
|
@ -16,9 +16,6 @@ public enum CommunityStatus {
|
|||
@Schema(description = "visible to RCD managers and to the community users")
|
||||
all,
|
||||
|
||||
@Schema(description = "visible only to RCD members")
|
||||
members,
|
||||
|
||||
@Schema(description = "restricted visibility")
|
||||
RESTRICTED,
|
||||
|
||||
|
|
Loading…
Reference in New Issue