Merge "Rename navigation method for project search"

This commit is contained in:
Wyatt Allen
2017-11-03 22:22:27 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@
}, },
_computeProjectURL(project) { _computeProjectURL(project) {
return Gerrit.Nav.getUrlForProject(project, true); return Gerrit.Nav.getUrlForProjectChanges(project, true);
}, },
_computeProjectBranchURL(change) { _computeProjectBranchURL(change) {

View File

@@ -314,7 +314,7 @@
}, },
_computeProjectURL(project) { _computeProjectURL(project) {
return Gerrit.Nav.getUrlForProject(project); return Gerrit.Nav.getUrlForProjectChanges(project);
}, },
_computeBranchURL(project, branch) { _computeBranchURL(project, branch) {

View File

@@ -130,7 +130,7 @@ limitations under the License.
* the project. * the project.
* @return {string} * @return {string}
*/ */
getUrlForProject(project, opt_openOnly) { getUrlForProjectChanges(project, opt_openOnly) {
return this._getUrlFor({ return this._getUrlFor({
view: Gerrit.Nav.View.SEARCH, view: Gerrit.Nav.View.SEARCH,
project, project,