Skip to content

Commit 989b585

Browse files
author
epriestley
committedJul 5, 2016
Fix ApplicationSearch URIs for Settings
Summary: Fixes T11275. This search query doesn't actually have any options so these links are a little pointless, but generate valid links instead of 404s. Test Plan: Clicked "Advanced Search" and "Edit Queries" from `/settings/`. Reviewers: chad Reviewed By: chad Maniphest Tasks: T11275 Differential Revision: https://secure.phabricator.com/D16238
1 parent 921d56e commit 989b585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/applications/settings/query/PhabricatorUserPreferencesSearchEngine.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ protected function buildCustomSearchFields() {
2727
}
2828

2929
protected function getURI($path) {
30-
return '/settings/list/'.$path;
30+
return '/settings/'.$path;
3131
}
3232

3333
protected function getBuiltinQueryNames() {

0 commit comments

Comments
 (0)
Failed to load comments.