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
F19696941: D9121.id21665.diff
Tue, Feb 10, 3:22 PM
F19686057: D9121.id21665.diff
Mon, Feb 9, 11:12 AM
F19162156: D9121.id21669.diff
Dec 15 2025, 4:43 PM
F18896515: D9121.id.diff
Nov 7 2025, 4:09 PM
F18855975: D9121.id21665.diff
Nov 1 2025, 7:33 AM
F18810770: D9121.id.diff
Oct 19 2025, 11:19 PM
F18783449: D9121.diff
Oct 13 2025, 6:47 AM
F18779383: D9121.id21670.diff
Oct 11 2025, 1:43 PM
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).