* The judgment logic of pop-up window is changed to isInModal function.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user