Skip to content

Commit

Permalink
fix(dbm-services): 转移业务权限规格克隆参数问题 TencentBlueKing#8509
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq authored and iSecloud committed Dec 10, 2024
1 parent 6aadf16 commit 9c36b45
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ def transfer_to_other_biz_flow(self):
p.add_act(
act_name=_("clone权限规则"),
act_component_code=ClonePrivRulesToOtherComponent.code,
kwargs={"target_biz_id": self.target_biz_id},
kwargs={
"source_biz": self.bk_biz_id,
"target_biz_id": self.target_biz_id,
},
)

p.add_act(
Expand Down

0 comments on commit 9c36b45

Please sign in to comment.