From 0084ebe794e1390746f3c7dd3a6734212065c568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 16 Apr 2019 17:01:12 +0200 Subject: [PATCH] misc: don't let menu badges do the mellon passive dance (#32395) --- combo/public/views.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/combo/public/views.py b/combo/public/views.py index c314501e..c23b1125 100644 --- a/combo/public/views.py +++ b/combo/public/views.py @@ -508,6 +508,8 @@ def menu_badges(request): badges[cell.page_id] = badge return HttpResponse(json.dumps(badges), content_type='application/json') +menu_badges.mellon_no_passive = True + def api_search(request): for cell in SearchCell.get_cells_by_search_service('_text'):