diff --git a/module/index/js/index.js b/module/index/js/index.js index 0e709fd59e..e1d8f63de8 100644 --- a/module/index/js/index.js +++ b/module/index/js/index.js @@ -126,7 +126,7 @@ } if(moduleName === 'user') { - if(['todo', 'task', 'story', 'bug', 'testtask', 'testcase', 'execution', 'dynamic', 'profile', 'view'].includes(methodLowerCase)) return 'system'; + if(['todo', 'todocalendar', 'task', 'story', 'bug', 'testtask', 'testcase', 'execution', 'dynamic', 'profile', 'view'].includes(methodLowerCase)) return 'system'; } if(moduleName === 'my') {