* Fix todo calendar hight light.
This commit is contained in:
@@ -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')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user