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 was 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.
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.