-
Notifications
You must be signed in to change notification settings - Fork 12
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
Association Filters #44
base: master
Are you sure you want to change the base?
Conversation
var updateFilters = function(id,newfilters) { | ||
fields.each(function(){ | ||
var field = $(this); | ||
if (field.attr('id') == "field-" + id){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should use === . Always.
Great job! I do not want to be mean, but I've reviewed your code ;) |
Thanks actually I was expecting more changes. I'll try run update them today/tomorrow. |
Thanks! |
Hey @nitriques - do you run a code reviewing service? Could do with a more involved jshint replacement :) |
Nope! But we do use scrutinizer for the core, but results are mitigated because we did not used composer before. Should be better since we start using it. As for jshint, I did not found any good service for it, except travis-ci (which could run a grunt task)... If you want to send a PR with a configured jshint task, I would put it on travis for you ;) |
I'm not up-to-date with the Symphony core development: is there anything needed on that side to make this work or can we just pull this in? @jonmifsud: Would you mind updating your pull request based on @nitriques comments? Thanks! |
Been planning to for a while. I'm a bit tight these next couple of days, On Thu, 2 Apr 2015 at 14:08 Nils Hörrmann [email protected] wrote:
|
Cool, thanks! |
@nilshoerrmann If you could test it, it would be nice ;) |
That was my plan ;) |
Thanks Nils! |
Adds support for Association Filters when using the Association UI. The filters are provided through the symphony core in javascript, and are sent through ajax requests for data when using autocomplete.