* Merge module-bug 18.4-18.8 to Merge184.

This commit is contained in:
chaideqing
2023-11-23 11:12:39 +08:00
parent 71d76c6c50
commit e5c33475fb
5 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<?php include '../../common/view/header.html.php';?>
<?php
if($this->config->edition == 'biz' || $this->config->edition == 'max')
if($this->config->edition != 'open')
{
$action = $this->loadModel('workflowaction')->getByModuleAndAction('bug', 'batchactivate');
if($action->js) echo "<script>{$action->js}</script>";