Commit 8905c27b authored by BaiJiangJie's avatar BaiJiangJie

[Update] 修改upgrouped_node key的获取(解决操作日志中出现coco/gua的问题)

parent 034fee0f
......@@ -101,7 +101,7 @@ class GenerateTree:
return self._ungroup_node
node_id = const.UNGROUPED_NODE_ID
if self.root_node:
node_key = self.root_node.get_next_child_key()
node_key = "{}:{}".format(self.root_node.key, self.root_node.child_mark)
else:
node_key = '0:0'
node_value = _("Default")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment