From 8f617730c3e31d4514948139f877a94cbb69dd44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philipp=20Sch=C3=BCle?= Date: Fri, 26 Aug 2016 15:38:33 +0200 Subject: [PATCH] allow to copy customfields MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I960153eeb59c3ca091dc3311fcd3ed606f30112e Reviewed-on: http://gerrit.tine20.com/customers/3488 Reviewed-by: Philipp Schüle Tested-by: Philipp Schüle --- tine20/Admin/js/customfield/GridPanel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tine20/Admin/js/customfield/GridPanel.js b/tine20/Admin/js/customfield/GridPanel.js index 9d90c42..5586622 100644 --- a/tine20/Admin/js/customfield/GridPanel.js +++ b/tine20/Admin/js/customfield/GridPanel.js @@ -26,6 +26,7 @@ Tine.Admin.customfield.GridPanel = Ext.extend(Tine.widgets.grid.GridPanel, { recordProxy: Tine.Admin.customfieldBackend, defaultSortInfo: {field: 'name', direction: 'ASC'}, evalGrants: false, + copyEditAction: true, gridConfig: { autoExpandColumn: 'name' }, -- 2.7.4