* [refac bug #57610] Adjust for execution tree.

This commit is contained in:
wangyidong
2024-12-02 10:28:06 +08:00
committed by 孙广明
parent 8f70524e7b
commit 5e4b4c5205
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -423,6 +423,8 @@ div
history
(
set::objectType('story'),
set::objectID($story->id),
set::commentBtn(true),
set::commentUrl(createLink('action', 'comment', array('objectType' => 'story', 'objectID' => $story->id)))
);
+2
View File
@@ -193,6 +193,8 @@ div
history
(
set::objectType('task'),
set::objectID($task->id),
set::commentBtn(true),
set::commentUrl(createLink('action', 'comment', array('objectType' => 'task', 'objectID' => $task->id)))
);