From 33129a688f6da0334c2d6839611d01144a5fc76c Mon Sep 17 00:00:00 2001 From: nannan00 <17491932+nannan00@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:05:09 +0800 Subject: [PATCH] docs(version log): v1.10.28 --- saas/resources/version_log/change_log.md | 14 ++++++++++++++ saas/resources/version_log/change_log_en.md | 18 ++++++++++++++++-- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/saas/resources/version_log/change_log.md b/saas/resources/version_log/change_log.md index 57b74ba4b..e0c250b97 100644 --- a/saas/resources/version_log/change_log.md +++ b/saas/resources/version_log/change_log.md @@ -5,6 +5,20 @@ * 配置权限失效提醒通知策略功能 * 权限失效提醒通知增加企业微信 +* 小窗登录iframe方式变更且支持通过npm集成统一iframe加载模式 +* 申请加入用户组——>资源实例搜索增加管理空间筛选 +* 新增 API - 创建申请自定义权限审批单,支持自定义审批内容 + +### 缺陷修复 + +* 修复管理空间、用户组详情页链接直接访问会重定向到对应列表页 +* 修复资源实例输入关键词进行搜索返回的数据有缺失 +* 修复已关联用户组的人员模板在批量删除的时候可以成功被删除 +* 修复模板关联用户组页面下拉到底部后翻页按钮显示异常 +* 修复删除超级管理员成员后成功的弹窗无法自行关闭 +* 修复用户组页面删除用户组后,用户组数量展示消失,需要刷新页面后才重新展示 +* 修复申请续期—>自定义权限所属系统筛选无法自定义分页 +* 修复只有一层拓扑且资源类型存在多条导致type取值错误 --- diff --git a/saas/resources/version_log/change_log_en.md b/saas/resources/version_log/change_log_en.md index f2f7d4aab..7e38e2e08 100644 --- a/saas/resources/version_log/change_log_en.md +++ b/saas/resources/version_log/change_log_en.md @@ -2,8 +2,22 @@ ### New Features -* Added configuration permission expiration reminder notification policy function -* Added enterprise WeChat to permission expiration reminder notification +* Configuration of permission expiration reminder notification strategy +* Added enterprise WeChat as an option for permission expiration reminder notifications +* Modified small window login iframe method and added support for integrated uniform iframe loading mode via npm +* Added a management space filter in resource instance search for joining user group applications +* New API - Create custom approval form for permission application, supporting custom approval content + +### Bug Fixes + +* Fixed issue where directly accessing the management space and user group details page would redirect to the corresponding list page +* Fixed data loss when searching resource instances with keywords +* Fixed issue where personnel templates associated with user groups could be successfully deleted in batch +* Fixed issue where pagination buttons displayed abnormally after scrolling to the bottom on the template association user group page +* Fixed issue where the success popup could not close automatically after deleting super administrator members +* Fixed issue where the user group count would not display after deleting a user group until the page is refreshed +* Fixed issue where custom pagination could not be set for system filtering when applying for renewal of custom permissions +* Fixed issue where incorrect `type` values occurred due to having only one layer of topology but multiple resource types ---