diff --git a/static/js/pandora/filter.js b/static/js/pandora/filter.js index ddb77b35..c595dea3 100644 --- a/static/js/pandora/filter.js +++ b/static/js/pandora/filter.js @@ -81,6 +81,15 @@ pandora.ui.filter = function(id) { unique: 'name' }) .bindEvent({ + init: function(data) { + that.setColumnTitle( + 'name', + Ox.getObjectById(pandora.site.filters, id).title + + '
' + + Ox.formatNumber(data.items) + + '
' + ); + }, paste: function(data) { pandora.$ui.list.triggerEvent('paste', data); },