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

Use common facet rendering behavior on facet sidebar and facet action re... #777

Merged
merged 1 commit into from
Feb 13, 2014

Conversation

cbeer
Copy link
Member

@cbeer cbeer commented Feb 12, 2014

...ndering

@cbeer
Copy link
Member Author

cbeer commented Feb 12, 2014

Fixes #765

@@ -616,7 +622,7 @@ def facet_limit_for(facet_field)

limit = facet.limit

if ( limit == true && @response &&
if ( limit && @response &&
@response["responseHeader"] &&
@response["responseHeader"]["params"])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be @response.params?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, can do. It'd help collapse all this too.

@jkeck
Copy link
Contributor

jkeck commented Feb 12, 2014

👍

@jcoyne
Copy link
Member

jcoyne commented Feb 12, 2014

👍 Go ahead and merge after fixing the issue @jkeck pointed out

cbeer added a commit that referenced this pull request Feb 13, 2014
Use common facet rendering behavior on facet sidebar and facet action re...
@cbeer cbeer merged commit b05f688 into master Feb 13, 2014
@cbeer cbeer deleted the facet-rendering branch February 13, 2014 00:51
@cbeer cbeer added this to the 5.2.0 milestone Mar 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants