Skip to content

Commit

Permalink
fix: 涉及文本下拉框变量的模板(父流程引用子流程文本值下拉框变量),计划任务、api 任务创建失败 TencentBlueKing#7479
Browse files Browse the repository at this point in the history
  • Loading branch information
lTimej committed Jun 12, 2024
1 parent e6e9e0a commit 8e55ec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline_plugins/variables/collections/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def process_info_value(cls, info_value):

@classmethod
def process_meta_value(self, meta_data, info_value):
# 子流程变量传递过程中值被处理成字符串,如果是引用子流程变量时从元数据取出没有处理的前的值
if isinstance(meta_data["value"], str):
meta_data = meta_data["meta"]
if meta_data["value"]["datasource"] == "1":
Expand Down

0 comments on commit 8e55ec6

Please sign in to comment.