Merge "Rename navigation method for project search"
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
},
|
||||
|
||||
_computeProjectURL(project) {
|
||||
return Gerrit.Nav.getUrlForProject(project, true);
|
||||
return Gerrit.Nav.getUrlForProjectChanges(project, true);
|
||||
},
|
||||
|
||||
_computeProjectBranchURL(change) {
|
||||
|
||||
@@ -314,7 +314,7 @@
|
||||
},
|
||||
|
||||
_computeProjectURL(project) {
|
||||
return Gerrit.Nav.getUrlForProject(project);
|
||||
return Gerrit.Nav.getUrlForProjectChanges(project);
|
||||
},
|
||||
|
||||
_computeBranchURL(project, branch) {
|
||||
|
||||
@@ -130,7 +130,7 @@ limitations under the License.
|
||||
* the project.
|
||||
* @return {string}
|
||||
*/
|
||||
getUrlForProject(project, opt_openOnly) {
|
||||
getUrlForProjectChanges(project, opt_openOnly) {
|
||||
return this._getUrlFor({
|
||||
view: Gerrit.Nav.View.SEARCH,
|
||||
project,
|
||||
|
||||
Reference in New Issue
Block a user