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

[#33834] Fixed JForm::bind for nested JObject argument #3737

Merged
merged 1 commit into from
Sep 8, 2015

Commits on Jun 8, 2014

  1. Fixed JForm::bind for nested JObject argument

    JForm::bind method was relying on getProperties() which returned only the attributes of the given object. However in case one of these attributes happens to be a JObject instance itself, then JForm::bindLevel would fail there.
    
    In particular model's getItem function tends to return a nested JObject always.
    
    JArrayHelper call would take care of JObject to Array conversion recursively.
    izharaazmi committed Jun 8, 2014
    Configuration menu
    Copy the full SHA
    d52e0dc View commit details
    Browse the repository at this point in the history