ロールのユーザーリストを非公開にできるように (#10987)

* ロールのユーザーリストを非公開にできるように

* Changelog update
This commit is contained in:
nenohi
2023-06-10 17:26:48 +09:00
committed by GitHub
parent f69627939b
commit f3a16bcd6d
9 changed files with 45 additions and 1 deletions

2
locales/index.d.ts vendored
View File

@@ -1431,6 +1431,8 @@ export interface Locale {
"isConditionalRole": string;
"isPublic": string;
"descriptionOfIsPublic": string;
"isPublicUsers": string;
"descriptionOfIsPublicUsers": string;
"options": string;
"policies": string;
"baseRole": string;