+ Add history params for instance view page.

This commit is contained in:
caoyanyi
2024-05-23 14:22:15 +08:00
parent c378ff1a22
commit 6e098ab92b
+2
View File
@@ -256,6 +256,8 @@ div
setClass('w-1/3'),
history
(
set::objectID($instance->id),
set::objectType($type === 'store' ? 'instance' : $instance->type),
set::commentUrl(createLink('action', 'comment', array('objectType' => $type === 'store' ? 'instance' : $instance->type, 'objectID' => $instance->id)))
)
)