Herald - Kill Tabs
Summary: makes a nice side filter for most UI elements. only place this getds a little funky is on the test console; a second, inner filter list appears for the "affected" filters. Test Plan: viewed each side filter and verified ui. for each filter, interacted with the ui and made sure things looked right and there were no errors Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Maniphest Tasks: T631 Differential Revision: https://secure.phabricator.com/D1289
This commit is contained in:
@@ -26,6 +26,10 @@ class HeraldTranscriptController extends HeraldController {
|
||||
private $filter;
|
||||
private $handles;
|
||||
|
||||
public function getFilter() {
|
||||
return 'transcript';
|
||||
}
|
||||
|
||||
public function willProcessRequest(array $data) {
|
||||
$this->id = $data['id'];
|
||||
$map = $this->getFilterMap();
|
||||
|
||||
Reference in New Issue
Block a user