Skip to content

v2.3.9

Compare
Choose a tag to compare
@pycook pycook released this 23 Dec 04:57
· 706 commits to master since this release
100a889
  1. Fix: Resolved the issue of abnormal data statistics under the directory hierarchy of the service tree.
  2. Fix: Addressed the problem of ineffectiveness in custom field permissions and custom instance permissions within the permission settings.
  3. Fix: Fixed the issue on the CI attribute details page where there was no permission check for associated model fields in relationships.
  4. Feat: Introduced support for importing and exporting individual models.
  5. Feat: The model configuration menu now supports authorization configuration through resource management. The "Model Configuration" menu is visible only to administrators and users with resource permissions for "Model Configuration."
  6. Feat: Enhanced the operation audit module table to display entries merged based on operation time and user fields.
  7. Feat: Updated the dropdown list for template types in the batch import module. It now only displays models for which the user has CI creation permissions.
  8. Feat: The name of the db volume installed by docker-compose is fixed to cmdb_db-data

  1. Fix:服务树目录层级下数据统计异常的问题
  2. Fix:权限设置中自定义字段权限和自定义实例权限未生效的问题
  3. Fix:CI属性详情页关系中对关联模型字段未做权限校验的问题
  4. Feat:支持单个模型的导入导出
  5. Feat:模型配置菜单支持通过资源管理进行授权配置,【模型配置】菜单仅对管理员和拥有【模型配置】资源权限的用户可见
  6. Feat:操作审计模块table支持按照操作时间、用户字段合并显示
  7. Feat:批量导入模块模板类型下拉框更新:仅展示用户拥有CI创建权限的模型
  8. Feat: docker-compose安装的db volume的名字固定为cmdb_db-data