Merge "Rename navigation method for project search"
This commit is contained in:
@@ -104,7 +104,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
_computeProjectURL(project) {
|
_computeProjectURL(project) {
|
||||||
return Gerrit.Nav.getUrlForProject(project, true);
|
return Gerrit.Nav.getUrlForProjectChanges(project, true);
|
||||||
},
|
},
|
||||||
|
|
||||||
_computeProjectBranchURL(change) {
|
_computeProjectBranchURL(change) {
|
||||||
|
|||||||
@@ -314,7 +314,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
_computeProjectURL(project) {
|
_computeProjectURL(project) {
|
||||||
return Gerrit.Nav.getUrlForProject(project);
|
return Gerrit.Nav.getUrlForProjectChanges(project);
|
||||||
},
|
},
|
||||||
|
|
||||||
_computeBranchURL(project, branch) {
|
_computeBranchURL(project, branch) {
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user