mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
SMS알림, 푸시알림 설정의 경우 환경설정에 따라 채크를 할 수 없도록 개선.
PUSH알림의 경우 아직 개발이 되지 않아 변수이름만 추가.
This commit is contained in:
parent
6b3a4f0fc3
commit
67ee1ad496
2 changed files with 15 additions and 12 deletions
|
|
@ -22,9 +22,12 @@ class ncenterliteAdminView extends ncenterlite
|
|||
$sms_available = true;
|
||||
}
|
||||
|
||||
$push_avaliable = false;
|
||||
|
||||
$config = $oNcenterliteModel->getConfig();
|
||||
Context::set('config', $config);
|
||||
Context::set('sms_available', $sms_available);
|
||||
Context::set('push_available', $push_avaliable);
|
||||
}
|
||||
|
||||
function dispNcenterliteAdminSeletedmid()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue