diff --git a/module/doc/view/objectlibs.html.php b/module/doc/view/objectlibs.html.php
index 0fbf2e5a3a..75e1e4b09c 100644
--- a/module/doc/view/objectlibs.html.php
+++ b/module/doc/view/objectlibs.html.php
@@ -45,7 +45,7 @@
id");?>
- id");?>
+ id&from=$from");?>
diff --git a/module/doc/view/objectlibsbylist.html.php b/module/doc/view/objectlibsbylist.html.php
index 80f69b88d9..45fb2a47ca 100644
--- a/module/doc/view/objectlibsbylist.html.php
+++ b/module/doc/view/objectlibsbylist.html.php
@@ -27,7 +27,7 @@
id");?>
- id");?>
+ id&from=$from");?>
| name, '', "data-group=$from");?> |
allCount . $lang->doc->item;?> |
diff --git a/module/index/js/index.js b/module/index/js/index.js
index 7775e42a0e..18da69dadd 100644
--- a/module/index/js/index.js
+++ b/module/index/js/index.js
@@ -70,7 +70,7 @@
if(link.prj) return 'project';
if(methodLowerCase === 'objectlibs' && (link.params.type || link.params.$3) == 'product') return 'product';
- if(methodLowerCase === 'showfiles' && (link.params.type || link.params.$1) == 'product') return 'product';
+ if(methodLowerCase === 'showfiles' && (link.params.from || link.params.$3) == 'product') return 'product';
if(methodLowerCase === 'browse' && (link.params.from || link.params.$5) == 'product') return 'product';
if(methodLowerCase === 'view' && (link.params.from || link.params.$3) == 'product') return 'product';
if(methodLowerCase === 'edit' && (link.params.from || link.params.$3) == 'product') return 'product';
diff --git a/module/index/view/index.html.php b/module/index/view/index.html.php
index c4a919f30c..35f4594eea 100644
--- a/module/index/view/index.html.php
+++ b/module/index/view/index.html.php
@@ -20,7 +20,7 @@ js::set('menuItems', commonModel::getMainNavList($app->rawModule));
js::set('defaultOpen', $open);
?>
config->bizVersion)):?>
-
+