diff --git a/app/assets/javascripts/app/controllers/ticket_zoom/attribute_bar.coffee b/app/assets/javascripts/app/controllers/ticket_zoom/attribute_bar.coffee index 8e408c16c..6c8de0b6e 100644 --- a/app/assets/javascripts/app/controllers/ticket_zoom/attribute_bar.coffee +++ b/app/assets/javascripts/app/controllers/ticket_zoom/attribute_bar.coffee @@ -34,7 +34,7 @@ class App.TicketZoomAttributeBar extends App.Controller if @resetButton.get(0) && !@resetButton.hasClass('hide') resetButtonShown = true - macros = App.Macro.all() + macros = App.Macro.findAllByAttribute('active', true) @macroLastUpdated = App.Macro.lastUpdatedAt() if _.isEmpty(macros) || !@permissionCheck('ticket.agent')