[Legacy] Add alert module to modulist

This commit is contained in:
yunusyerli1 2023-01-09 13:28:00 +03:00 committed by Clemente Raposo
parent f052a561b4
commit 4254edd022

View file

@ -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',
];