Skip to content
Snippets Groups Projects
Commit 089e9e5d authored by Christopher Johnson's avatar Christopher Johnson
Browse files

fixes call to undefined method setObjectUri

Bug: T122451

Change-Id: I8705f0b604b90ba4a0d49fffaabf78c3bd5b3a39
parent 6352e3fd
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,6 @@ final class SprintBoardColumnDetailController
$base_uri = '/board/'.$project_id.'/';
$actions = id(new PhabricatorActionListView())
->setObjectURI($this->getApplicationURI($base_uri.'column/'.$id.'/'))
->setUser($viewer);
$can_edit = PhabricatorPolicyFilter::hasCapability(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment