Skip to content

Commit

Permalink
fix(backend): 单据协助设置iam权限补充业务运维tag TencentBlueKing#8541
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 26453
  • Loading branch information
ygcyao authored and iSecloud committed Dec 11, 2024
1 parent af3f501 commit 9b7be6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions dbm-ui/backend/iam_app/dataclass/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ class ActionEnum:
related_actions=[DB_MANAGE.id],
related_resource_types=[ResourceEnum.BUSINESS],
group=_("业务配置"),
common_labels=[CommonActionLabel.BIZ_MAINTAIN],
)

RESOURCE_MANAGE = ActionMeta(
Expand Down
3 changes: 3 additions & 0 deletions dbm-ui/backend/iam_app/migration_json_files/initial.json
Original file line number Diff line number Diff line change
Expand Up @@ -11199,6 +11199,9 @@
{
"id": "ticket_view"
},
{
"id": "biz_assistance_vars_config"
},
{
"id": "flow_detail"
},
Expand Down

0 comments on commit 9b7be6d

Please sign in to comment.