-
Type:
Feature Request
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.3.0-B1
-
Component/s: Scheduled Tasks
-
Labels:
-
Change Log Group:Added
-
Change Log Message:Show In-Portal Module for each displayed Scheduled Task.
-
Story Points:1
-
Copy Issue Key:
-
Patch Instructions:
-
BC Break Details:
Record & display Module for Scheduled Tasks.
Plan additions:
During unit config scanning a module of each unit config is determined to decide if we should skip this unit or not based on user's license. You need to:
- pass that module to "registerScheduledTask" method (there several of them) call for it to reach kScheduledTaskManager class and be available in unit config cache
- in "scheduled-task:OnRefresh" event ensure, that new module is stored in database
- for add Module dropdown to grid/edit form
- display label (instead of dropdown) on editing form for system scheduled tasks (ones added through unit config scanning).