* change for task #8445.

This commit is contained in:
wangyidong
2019-08-02 13:40:13 +08:00
parent d3a51bf7f4
commit 922800cb81
2 changed files with 27 additions and 5 deletions
+7
View File
@@ -553,6 +553,13 @@ class commonModel extends model
$menu = customModel::getModuleMenu($moduleName);
$isMobile = $app->viewType === 'mhtml';
/* If this is not workflow then use rawModule and rawMethod to judge highlight. */
if(!$app->isFlow)
{
$currentModule = $app->rawModule;
$currentMethod = $app->rawMethod;
}
/* The beginning of the menu. */
echo $isMobile ? '' : "<ul class='nav nav-default'>\n";