mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-29 17:00:59 +01:00
Remove View Log action from Herald List
Summary: Fixes T8979. I beleive this explicit page was merged into view, at least I can't find any place to link it now. Test Plan: View a Herald list, no icon. Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T8979 Differential Revision: https://secure.phabricator.com/D13743
This commit is contained in:
parent
504579850f
commit
62e052f3fc
1 changed files with 0 additions and 6 deletions
|
@ -197,12 +197,6 @@ final class HeraldRuleSearchEngine extends PhabricatorApplicationSearchEngine {
|
|||
$item->addIcon('fa-lock grey', pht('Disabled'));
|
||||
}
|
||||
|
||||
$item->addAction(
|
||||
id(new PHUIListItemView())
|
||||
->setHref($this->getApplicationURI("history/{$id}/"))
|
||||
->setIcon('fa-file-text-o')
|
||||
->setName(pht('Edit Log')));
|
||||
|
||||
$content_type_name = idx($content_type_map, $rule->getContentType());
|
||||
$item->addAttribute(pht('Affects: %s', $content_type_name));
|
||||
|
||||
|
|
Loading…
Reference in a new issue