parent
1711ae7156
commit
5c88c17d15
2 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,7 @@ You should also include the user name that made the change.
|
||||||
- サーバーのパフォーマンスを改善
|
- サーバーのパフォーマンスを改善
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
-
|
- ロールの権限で「一般ユーザー」のロールがいきなり設定できない問題を修正
|
||||||
|
|
||||||
## 13.9.1 (2023/03/03)
|
## 13.9.1 (2023/03/03)
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,8 @@ if (props.id) {
|
||||||
data = {
|
data = {
|
||||||
name: 'New Role',
|
name: 'New Role',
|
||||||
description: '',
|
description: '',
|
||||||
rolePermission: 'normal',
|
isAdministrator: false,
|
||||||
|
isModerator: false,
|
||||||
color: null,
|
color: null,
|
||||||
iconUrl: null,
|
iconUrl: null,
|
||||||
target: 'manual',
|
target: 'manual',
|
||||||
|
|
Loading…
Reference in a new issue