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) <christopher.john...@wikimedia.de>
Gerrit-Reviewer: Christopher Johnson (WMDE) <christopher.john...@wikimedia.de>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to