Skip to content

#1330 모바일 쪽지 발송시 success_return_url 오류 수정#1338

Merged
4 commits merged into
xpressengine:developfrom
YJSoft:YJSoft-patch-1
Mar 23, 2015
Merged

#1330 모바일 쪽지 발송시 success_return_url 오류 수정#1338
4 commits merged into
xpressengine:developfrom
YJSoft:YJSoft-patch-1

Conversation

@YJSoft

@YJSoft YJSoft commented Mar 20, 2015

Copy link
Copy Markdown
Contributor

모바일 쪽지 발송시에는 is_popup값이 Y로 전달됩니다.
따라서 alert창으로 띄우지 않고 setRedirectUrl 함수를 사용하여 success_return_url로 리다이렉트 시키는데요, 문제는 기본 스킨에는 success_return_url값이 없어서 getNotEncodedUrl를 사용해서 만드는데, 이때 content값 등 기존 값까지 전부 들어가기에 메세지 내용이 길어질 경우 정상적으로 리다이렉트가 안됩니다. 따라서 getNotEncodedUrl 인자 앞에 '',를 붙여 기존 모든 인자를 사용하지 않도록 변경하였습니다.

또한 기본 스킨은 직접 수정하여 제대로 발송화면으로 돌아올 수 있도록 하였습니다.

YJSoft added 4 commits March 20, 2015 14:52
모바일 쪽지 발송시에는 is_popup값이 Y로 전달됩니다. 따라서 alert창으로 띄우지 않고 setRedirectUrl 함수를 사용하여 success_return_url로 리다이렉트 시키는데요, 문제는 기본 스킨에는 success_return_url값이 없어서 getNotEncodedUrl를 사용해서 만드는데, 이때 content값 등 기존 값까지 전부 들어가기에 메세지 내용이 길어질 경우 정상적으로 리다이렉트가 안됩니다. 따라서 getNotEncodedUrl 인자 앞에 `'',`를 붙여 기존 모든 인자를 사용하지 않도록 변경하였습니다.
@ghost ghost added the type/bug label Mar 23, 2015
@ghost ghost added this to the 1.8.0-beta.3 milestone Mar 23, 2015
@ghost ghost self-assigned this Mar 23, 2015
ghost pushed a commit that referenced this pull request Mar 23, 2015
#1330 모바일 쪽지 발송시 success_return_url 오류 수정
@ghost ghost merged commit 6ac66be into xpressengine:develop Mar 23, 2015
@ghost ghost added the merged-pull-request label Mar 24, 2015
@YJSoft YJSoft deleted the YJSoft-patch-1 branch April 8, 2015 14:42
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant