Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

проблема с wf:update #79

Closed
gmixo opened this issue Jun 14, 2014 · 1 comment
Closed

проблема с wf:update #79

gmixo opened this issue Jun 14, 2014 · 1 comment

Comments

@gmixo
Copy link
Contributor

gmixo commented Jun 14, 2014

привет
тоже была запарка с wf:update\wf:js_escape как в #53 но проблема в том что я передавал в wf:update #dtl, т.е. js_escape нужно делать после wf:render - имхо нужно в action_jq это вставить

оригинал

[wf:to_list(T),wf:to_list(P),binary_to_list(iolist_to_binary(wf:render(R)))]);
....
[wf:to_list(T),wf:to_list(P),binary_to_list(iolist_to_binary(wf:render(R)))]).

правки

[wf:to_list(T),wf:to_list(P),binary_to_list(iolist_to_binary(wf:js_escape(wf:render(R))))]);
....
[wf:to_list(T),wf:to_list(P),binary_to_list(iolist_to_binary(wf:js_escape(wf:render(R))))]).
@gmixo
Copy link
Contributor Author

gmixo commented Jun 24, 2014

решено

@gmixo gmixo closed this as completed Jun 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant