Page MenuHomePhabricator

Notifications - hide header dropdown if app is uninstalled
ClosedPublic

Authored by btrahan on May 14 2014, 4:52 PM.
Tags
None
Referenced Files
F13286149: D9121.diff
Tue, Jun 4, 6:44 AM
F13256311: D9121.diff
Sat, May 25, 11:07 AM
F13241871: D9121.id.diff
Wed, May 22, 11:58 PM
F13241700: D9121.id21670.diff
Wed, May 22, 11:11 PM
F13241699: D9121.id21669.diff
Wed, May 22, 11:11 PM
F13241698: D9121.id21665.diff
Wed, May 22, 11:11 PM
F13241696: D9121.diff
Wed, May 22, 11:11 PM
F13231165: D9121.diff
Tue, May 21, 12:14 AM
Subscribers

Details

Summary

Fixes T5019.

Test Plan

uninstalled notifications and dropdown disappeared too

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

btrahan retitled this revision from to Notifications - hide header dropdown if app is uninstalled.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.

(If we have no bubbles at all, it does the right thing?)

src/view/page/menu/PhabricatorMainMenuView.php
372

This should probably be isClassInstalledForViewer().

This revision is now accepted and ready to land.May 14 2014, 4:56 PM
btrahan edited edge metadata.
  • s/isInstalled/isInstalledForViewer
  • if (array_filter($menu)) check before adding $menu to alerts

tested with neither conpherence or notifications installed, one or the other, and both

btrahan updated this revision to Diff 21670.

Closed by commit rP67a5dfa662a8 (authored by @btrahan).