Skip to content

Commit

Permalink
fix: 修复bscp插件渲染中文title为英文 (closed TencentBlueKing#2426)
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 17879
  • Loading branch information
jpyoung3 committed Sep 10, 2024
1 parent 8598a52 commit 8fd258f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/backend/plugin/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ def _validate_node(_node: Dict[str, Any]) -> Dict[str, Any]:
# 初始化 properties
validated_node["properties"] = {}
for title, property_node in node["properties"].items():
property_node["title"] = title
property_node["depth"] = depth
stack.append(property_node)
# 初始化 properties 子节点
Expand Down

0 comments on commit 8fd258f

Please sign in to comment.