* Delete the drop-down menu that execution's three-level navigation.

This commit is contained in:
qiyu-xie
2021-03-11 20:44:47 +08:00
parent 8fb5c79481
commit 3610051e71
+2 -2
View File
@@ -115,8 +115,8 @@ class executionModel extends model
if($methodName == 'all') $label = $this->lang->execution->allExecutions;
if($methodName == 'create' and $moduleName == 'execution') $label = $this->lang->execution->create;
$executionIndex = $this->select($executions, $executionID, null, $moduleName, $methodName, $extra);
if($this->config->systemMode == 'new') $this->lang->modulePageNav = $executionIndex;
//$executionIndex = $this->select($executions, $executionID, null, $moduleName, $methodName, $extra);
//if($this->config->systemMode == 'new') $this->lang->modulePageNav = $executionIndex;
foreach($this->lang->execution->menu as $key => $menu)
{