[MediaWiki-commits] [Gerrit] fixes upstream removal of setObjectURI() https://secure.phab... - change (phabricator...Sprint)

2015-12-26 Thread Christopher Johnson (WMDE) (Code Review)
Christopher Johnson (WMDE) has submitted this change and it was merged.

Change subject: fixes upstream removal of setObjectURI() 
https://secure.phabricator.com/D14805 17.12.2015 Bug: T122451
..


fixes upstream removal of setObjectURI()
https://secure.phabricator.com/D14805 17.12.2015
Bug: T122451

Change-Id: If9f1e00e7327890ff0dbb42f407c988f21712623
---
M src/controller/SprintProjectProfileController.php
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Christopher Johnson (WMDE): Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/src/controller/SprintProjectProfileController.php 
b/src/controller/SprintProjectProfileController.php
index 05f32a0..0478dfd 100644
--- a/src/controller/SprintProjectProfileController.php
+++ b/src/controller/SprintProjectProfileController.php
@@ -79,8 +79,7 @@
 
 $view = id(new PhabricatorActionListView())
   ->setUser($viewer)
-  ->setObject($project)
-  ->setObjectURI($request->getRequestURI());
+  ->setObject($project);
 
 $can_edit = PhabricatorPolicyFilter::hasCapability(
   $viewer,

-- 
To view, visit https://gerrit.wikimedia.org/r/261036
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If9f1e00e7327890ff0dbb42f407c988f21712623
Gerrit-PatchSet: 1
Gerrit-Project: phabricator/extensions/Sprint
Gerrit-Branch: master
Gerrit-Owner: Christopher Johnson (WMDE) 
Gerrit-Reviewer: Christopher Johnson (WMDE) 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] fixes upstream removal of setObjectURI() https://secure.phab... - change (phabricator...Sprint)

2015-12-26 Thread Christopher Johnson (WMDE) (Code Review)
Christopher Johnson (WMDE) has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/261036

Change subject: fixes upstream removal of setObjectURI() 
https://secure.phabricator.com/D14805 17.12.2015 Bug: T122451
..

fixes upstream removal of setObjectURI()
https://secure.phabricator.com/D14805 17.12.2015
Bug: T122451

Change-Id: If9f1e00e7327890ff0dbb42f407c988f21712623
---
M src/controller/SprintProjectProfileController.php
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/phabricator/extensions/Sprint 
refs/changes/36/261036/1

diff --git a/src/controller/SprintProjectProfileController.php 
b/src/controller/SprintProjectProfileController.php
index 05f32a0..0478dfd 100644
--- a/src/controller/SprintProjectProfileController.php
+++ b/src/controller/SprintProjectProfileController.php
@@ -79,8 +79,7 @@
 
 $view = id(new PhabricatorActionListView())
   ->setUser($viewer)
-  ->setObject($project)
-  ->setObjectURI($request->getRequestURI());
+  ->setObject($project);
 
 $can_edit = PhabricatorPolicyFilter::hasCapability(
   $viewer,

-- 
To view, visit https://gerrit.wikimedia.org/r/261036
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If9f1e00e7327890ff0dbb42f407c988f21712623
Gerrit-PatchSet: 1
Gerrit-Project: phabricator/extensions/Sprint
Gerrit-Branch: master
Gerrit-Owner: Christopher Johnson (WMDE) 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits