Reorganize default admin menu

- 페이지 모듈을 콘텐츠 메뉴로 끌어올림
- 데이터 들여오기를 고급 메뉴로 내림
- 설치시 고급 메일 발송 모듈과 알림 센터를 즐겨찾기에 기본 등록
This commit is contained in:
Kijin Sung 2021-02-27 19:55:53 +09:00
parent c5429f0c43
commit c52e2fa9e3
2 changed files with 8 additions and 1 deletions

View file

@ -238,6 +238,12 @@ $domain_args->domain_srl = 0;
$domain_args->index_module_srl = $module_srl;
executeQuery('module.updateDomain', $domain_args);
// insert admin favorites
foreach(['advanced_mailer', 'ncenterlite'] as $module_name)
{
$oAdminController->_insertFavorite(0, $module_name);
}
// create menu cache
$oMenuAdminController->makeXmlFile($menuSrl);