diff --git a/module/index/js/index.js b/module/index/js/index.js index 079f8e0b27..86ab05c19c 100644 --- a/module/index/js/index.js +++ b/module/index/js/index.js @@ -136,6 +136,7 @@ if(methodLowerCase === 'edit' && (link.params.programID || link.params.$4)) return 'program'; if(methodLowerCase === 'batchedit') return 'program'; var moduleGroup = link.params.moduleGroup ? link.params.moduleGroup : link.params.$2; + if(methodLowerCase === 'showerrornone' && link.params.$1 == 'project') return 'project'; if(methodLowerCase === 'showerrornone' && (moduleGroup || moduleGroup)) return moduleGroup; } if(moduleName === 'stakeholder')