-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #482 from nannan00/fix_scope_update_error
fix(scope update): support id and action_id
- Loading branch information
Showing
6 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# V1.5.15 | ||
|
||
### 缺陷修复 | ||
* 修复LongTask改同步后, celery_id获取为None的问题 | ||
* 修复分级管理员权限Scope数据结构不兼容action_id问题 | ||
|
||
# V1.5.14 | ||
|
||
### 新增功能 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.5.14 | ||
1.5.15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# V1.5.15 版本更新日志 | ||
|
||
### 缺陷修复 | ||
* 修复LongTask改同步后, celery_id获取为None的问题 | ||
* 修复分级管理员权限Scope数据结构不兼容action_id问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# V1.5.15 ChangeLog | ||
|
||
### Bug Fixes | ||
* Fixed the issue that celery_id was obtained as None after LongTask changed synchronization | ||
* Fixed the issue of incompatible action_id with the Scope data structure of the hierarchical administrator authority |