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

[SearchView] Regression on the select with reference lists #24

Closed
pierr opened this issue Nov 3, 2014 · 0 comments
Closed

[SearchView] Regression on the select with reference lists #24

pierr opened this issue Nov 3, 2014 · 0 comments
Assignees
Labels

Comments

@pierr
Copy link
Contributor

pierr commented Nov 3, 2014

Todo;
Change the getRenderData

    getRenderData: function() {
        var jsonToRender = this.model.toJSON();
        if (this.referenceNames) {
            _.extend(jsonToRender, _.pick(this.model, this.referenceNames));
        }
        return jsonToRender;
    },
@pierr pierr self-assigned this Nov 3, 2014
@pierr pierr added the Critical label Nov 4, 2014
@pierr pierr closed this as completed in a16db8e Nov 4, 2014
@pierr pierr modified the milestone: v0.1.10 - Bug issues correction Nov 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant