diff --git a/module/index/js/index.js b/module/index/js/index.js index 5c64e15b59..a87638c5b8 100644 --- a/module/index/js/index.js +++ b/module/index/js/index.js @@ -125,6 +125,7 @@ } if(moduleName === 'issue' || moduleName === 'risk' || moduleName === 'opportunity' || moduleName === 'pssp' || moduleName === 'auditplan' || moduleName === 'meeting' || moduleName === 'nc') { + if(link.params.$2 == 'my' || link.params.from == 'my') return 'my'; if(link.params.$2 == 'project' || link.params.from == 'project') return 'project'; if(link.params.$2 == 'execution' || link.params.from == 'execution') return 'execution'; }