Some owners write workflows.

This commit is contained in:
epriestley
2011-04-03 22:03:27 -07:00
parent 5038ab850c
commit 23f882a0ee
24 changed files with 730 additions and 174 deletions

View File

@@ -47,8 +47,7 @@ class DiffusionPathCompleteController extends DiffusionController {
$drequest = DiffusionRequest::newFromAphrontRequestDictionary(
array(
'callsign' => $repository->getCallsign(),
'path' => $query_dir,
'nobranch' => true,
'path' => ':/'.$query_dir,
));
$browse_query = DiffusionBrowseQuery::newFromDiffusionRequest($drequest);

View File

@@ -39,8 +39,7 @@ class DiffusionPathValidateController extends DiffusionController {
$drequest = DiffusionRequest::newFromAphrontRequestDictionary(
array(
'callsign' => $repository->getCallsign(),
'path' => $path,
'nobranch' => true,
'path' => ':/'.$path,
));
$browse_query = DiffusionBrowseQuery::newFromDiffusionRequest($drequest);