mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
모바일 쪽지 발송시에는 is_popup값이 Y로 전달됩니다. 따라서 alert창으로 띄우지 않고 setRedirectUrl 함수를 사용하여 success_return_url로 리다이렉트 시키는데요, 문제는 기본 스킨에는 success_return_url값이 없어서 getNotEncodedUrl를 사용해서 만드는데, 이때 content값 등 기존 값까지 전부 들어가기에 메세지 내용이 길어질 경우 정상적으로 리다이렉트가 안됩니다. 따라서 getNotEncodedUrl 인자 앞에 `'',`를 붙여 기존 모든 인자를 사용하지 않도록 변경하였습니다. |
||
|---|---|---|
| .. | ||
| conf | ||
| lang | ||
| m.skins/default | ||
| queries | ||
| ruleset | ||
| schemas | ||
| skins/default | ||
| tpl | ||
| communication.admin.controller.php | ||
| communication.admin.model.php | ||
| communication.admin.view.php | ||
| communication.class.php | ||
| communication.controller.php | ||
| communication.mobile.php | ||
| communication.model.php | ||
| communication.view.php | ||