new_model_for_communities #15

Merged
michele.artini merged 81 commits from new_model_for_communities into master 2023-10-24 08:12:26 +02:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit d8834eb84f - Show all commits

View File

@ -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,