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

adds sprint.phragile-uri config variable to icon nav bar menu

Change-Id: Id7d46a27b4fc2cb274d8d4477db8bb9c55508b8b
parent 50a93647
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,8 @@ abstract class SprintController extends PhabricatorController {
$picture = $project->getProfileImageURI();
$name = $project->getName();
$enable_phragile = PhabricatorEnv::getEnvConfig('sprint.enable-phragile');
$phragile_uri = new PhutilURI('https://phragile.wmflabs.org/sprints/'.$id);
$phragile_base_uri = PhabricatorEnv::getEnvConfig('sprint.phragile-uri');
$phragile_uri = new PhutilURI($phragile_base_uri.$id);
$columns = id(new PhabricatorProjectColumnQuery())
->setViewer($viewer)
->withProjectPHIDs(array($project->getPHID()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment