* The judgment logic of pop-up window is changed to isInModal function.

This commit is contained in:
tianshujie
2023-11-03 11:10:01 +08:00
parent f5564ebc9a
commit 0ea063425b
24 changed files with 50 additions and 50 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ class messageModel extends model
$this->app->loadConfig('mail');
$sysURL = zget($this->config->mail, 'domain', common::getSysURL());
$isonlybody = isonlybody();
$isonlybody = isInModal();
if($isonlybody) unset($_GET['onlybody']);
$moduleName = $objectType == 'case' ? 'testcase' : $objectType;