Use ApplicationSearch for Drydock Blueprints

Summary: Ref T2015. This turns the side nav into a bigger mess for now, but uses ApplicationSearch for blueprints.

Test Plan: Queried blueprints in the UI.

Reviewers: btrahan

Reviewed By: btrahan

CC: hach-que, aran

Maniphest Tasks: T2015

Differential Revision: https://secure.phabricator.com/D7829
This commit is contained in:
epriestley
2013-12-26 12:30:04 -08:00
parent 1a82743491
commit fa00e86f87
7 changed files with 101 additions and 48 deletions

View File

@@ -154,8 +154,8 @@ final class PhabricatorApplicationSearchController
}
$nav->selectFilter(
'query/'.$saved_query->getQueryKey(),
'query/advanced');
$engine->getNavPrefix().'query/'.$saved_query->getQueryKey(),
$engine->getNavPrefix().'query/advanced');
$form = id(new AphrontFormView())
->setUser($user);