* refactor history usage.

This commit is contained in:
sunhao
2023-11-21 10:21:20 +08:00
parent 5128fb123e
commit 0d3721d7ef
7 changed files with 9 additions and 22 deletions
+2 -1
View File
@@ -243,7 +243,8 @@ div
setClass('w-1/3'),
history
(
set::commentUrl(createLink('action', 'comment', array('objectType' => $type === 'store' ? 'instance' : $instance->type, 'objectID' => $instance->id))),
set::objectType($type === 'store' ? 'instance' : $instance->type),
set::objectID($instance->id)
)
)
);