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
|
||||
-
|
||||
- ロールの権限で「一般ユーザー」のロールがいきなり設定できない問題を修正
|
||||
|
||||
## 13.9.1 (2023/03/03)
|
||||
|
||||
|
|
|
@ -46,7 +46,8 @@ if (props.id) {
|
|||
data = {
|
||||
name: 'New Role',
|
||||
description: '',
|
||||
rolePermission: 'normal',
|
||||
isAdministrator: false,
|
||||
isModerator: false,
|
||||
color: null,
|
||||
iconUrl: null,
|
||||
target: 'manual',
|
||||
|
|
Loading…
Reference in a new issue