mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-05 10:18:33 +08:00
[Legacy] Add alert module to modulist
This commit is contained in:
parent
f052a561b4
commit
4254edd022
1 changed files with 2 additions and 1 deletions
|
@ -86,6 +86,8 @@ $moduleList[] = 'Bugs';
|
|||
$moduleList[] = 'ResourceCalendar';
|
||||
$moduleList[] = 'AOBH_BusinessHours';
|
||||
|
||||
$moduleList[] = 'Alerts';
|
||||
|
||||
// this list defines all of the module names and bean names in the app
|
||||
// to create a new module's bean class, add the bean definition here
|
||||
$beanList = [];
|
||||
|
@ -273,7 +275,6 @@ $modInvisList = [
|
|||
'DocumentRevisions',
|
||||
'ProjectTask',
|
||||
'ModuleBuilder',
|
||||
'Alert',
|
||||
'ResourceCalendar',
|
||||
'AOBH_BusinessHours',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue