Skip to content

Commit

Permalink
* Fix todo calendar hight light.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgm0422 committed Apr 8, 2021
1 parent d79dc47 commit 52511f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/index/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
{
Expand Down

0 comments on commit 52511f5

Please sign in to comment.