Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Don't populate the search box with the category name (Bug 982668) #401

Closed
wants to merge 1 commit into from

Conversation

nearlyfreeapps
Copy link
Contributor

In Bug 982668, it is noted that the search box gets populated with the category name after clicking the 'View All' link on a featured app collection. This should prevent that from happening.

@@ -11,7 +11,7 @@ define('views/featured', ['urls', 'z'], function(urls, z) {
}

builder.z('type', 'search');
builder.z('search', params.name || category);
builder.z('search', params.name);
builder.z('title', params.name || category);
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm guessing it shouldn't. I have removed the category from the title as well.

Copy link
Contributor

Choose a reason for hiding this comment

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

well now the title is blank? is that what we want? I think we want the category title

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok fair enough. I can add it back in. I figured since you mentioned it, it shouldn't. Is there anything else to be done to see this merged?

@cvan
Copy link
Contributor

cvan commented Apr 4, 2014

r+wc

@andymckay
Copy link
Contributor

It looks like this didn't merged and needs resolving to avoid the conflict, if we get this rebased, would it be ok to merge? @cvan

@andymckay
Copy link
Contributor

Oh sorry this merges cleanly, but breaks the build.

@dethe
Copy link
Contributor

dethe commented May 8, 2014

@nearlyfreeapps Thanks for this! Sorry for the delay. I rebased it and committed it on a separate pull to avoid some build errors: #464

@dethe dethe closed this May 8, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants