* Fix user menu highlight.

This commit is contained in:
Yagami
2021-04-15 14:53:29 +08:00
parent 57450ee56e
commit 1bf545170d
+1 -1
View File
@@ -126,7 +126,7 @@
}
if(moduleName === 'user')
{
if(['todo', 'todocalendar', 'task', 'story', 'bug', 'testtask', 'testcase', 'execution', 'dynamic', 'profile', 'view'].includes(methodLowerCase)) return 'system';
if(['todo', 'todocalendar', 'effortcalendar', 'effort', 'task', 'todo', 'story', 'bug', 'testtask', 'testcase', 'execution', 'dynamic', 'profile', 'view'].includes(methodLowerCase)) return 'system';
}
if(moduleName === 'my')
{