* [refac bug #57610] Adjust for execution tree.
This commit is contained in:
@@ -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)))
|
||||
);
|
||||
|
||||
@@ -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)))
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user