You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.
When using nested attributes whit more than 2 levels, restfulx framework ignores the recursive parameter.
looking in VOSerializer.as function marshallToVo it passes a hard coded false to the recursive parameter when calling itself recursively if it isHasMany node.
Changing it to true will not work because in XMLHTTPServiceProvider´s marshallToVO once again it takes the recursive option only one level deep.
The text was updated successfully, but these errors were encountered:
I just pushed a modification that inserts deep nesting to the framework (https://github.com/acras/restfulx_framework). I don´t think it is good enough to pull to the base, but it is working for me fine. If you think it´s a good idea I can polish the code and make a pull request.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using nested attributes whit more than 2 levels, restfulx framework ignores the recursive parameter.
looking in VOSerializer.as function marshallToVo it passes a hard coded false to the recursive parameter when calling itself recursively if it isHasMany node.
Changing it to true will not work because in XMLHTTPServiceProvider´s marshallToVO once again it takes the recursive option only one level deep.
The text was updated successfully, but these errors were encountered: