* Resolve issue #674.

This commit is contained in:
tianshujie
2022-06-10 16:01:51 +08:00
parent 54bb4ccdcc
commit 5dff5c5eb4
3 changed files with 9 additions and 1 deletions
+3
View File
@@ -83,6 +83,9 @@ class action extends control
$this->session->set('practiceLibList', $uri, 'assetlib');
$this->session->set('componentLibList', $uri, 'assetlib');
/* Save the object name used to replace the search language item. */
$this->session->set('objectName', zget($this->lang->action->objectTypes, $browseType, ''), 'admin');
/* Build the search form. */
$queryID = (int)$queryID;
$actionURL = $this->createLink('action', 'trash', "browseType=$browseType&type=$type&byQuery=true&queryID=myQueryID");