From dcb02223cc85eb99e6281366014304812dbf5f96 Mon Sep 17 00:00:00 2001 From: sstamer Date: Tue, 6 Sep 2016 13:52:08 +0200 Subject: [PATCH] 0012166: copy to clipboard needs to set view for splitview MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I3e4597bf48a9221d0d6cdebb4a19bed0741d6547 Reviewed-on: http://gerrit.tine20.com/customers/3529 Tested-by: Jenkins CI (http://ci.tine20.com/) Reviewed-by: Philipp Schüle --- tine20/Calendar/js/MainScreenCenterPanel.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tine20/Calendar/js/MainScreenCenterPanel.js b/tine20/Calendar/js/MainScreenCenterPanel.js index 3972d37..913930f 100644 --- a/tine20/Calendar/js/MainScreenCenterPanel.js +++ b/tine20/Calendar/js/MainScreenCenterPanel.js @@ -1252,7 +1252,8 @@ Tine.Calendar.MainScreenCenterPanel = Ext.extend(Ext.Panel, { attendeeStore.remove(sourceAttendee); attendeeStore.add(destinationAttendee); - + record.view = destinationView; + Tine.Calendar.Model.Attender.getAttendeeStore.getData(attendeeStore, record); } } -- 2.7.4