Some owners write workflows.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user