From aa1c48c39cb742b5ed1e113f8c6c2d912d25f72b Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Sun, 31 Jul 2016 18:08:27 -0300 Subject: [PATCH] Bug Fixed on collapsing Groups in Enabled Services --- app/view/main/Main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/view/main/Main.js b/app/view/main/Main.js index 51124b16..f987ae2b 100644 --- a/app/view/main/Main.js +++ b/app/view/main/Main.js @@ -121,6 +121,7 @@ Ext.define('Rambox.view.main.Main', { ,features: [ { ftype:'grouping' + ,collapsible: false ,groupHeaderTpl: '{columnName:uppercase}: {name:capitalize} ({rows.length} Item{[values.rows.length > 1 ? "s" : ""]})' } ]