Skip to content

Commit fe9f16a

Browse files
author
Chad Little
committedSep 9, 2016
Default Conpherence Room Search to All Rooms
Summary: Just changes the default here. Main reasoning is if I'm searching for a room, show me all of them first. "My Rooms" is where I just came from. Test Plan: Click Search in Conpherence, see All Rooms as default. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16527
1 parent 05628de commit fe9f16a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/applications/conpherence/query/ConpherenceThreadSearchEngine.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ protected function getURI($path) {
5858
protected function getBuiltinQueryNames() {
5959
$names = array();
6060

61+
$names['all'] = pht('All Rooms');
62+
6163
if ($this->requireViewer()->isLoggedIn()) {
6264
$names['participant'] = pht('Joined Rooms');
6365
}
6466

65-
$names['all'] = pht('All Rooms');
66-
6767
return $names;
6868
}
6969

0 commit comments

Comments
 (0)
Failed to load comments.