From: sstamer Date: Tue, 6 Sep 2016 11:52:08 +0000 (+0200) Subject: 0012166: copy to clipboard needs to set view for splitview X-Git-Tag: 2016.09.1~2^2^2^2~1 X-Git-Url: http://git.tine20.org/?p=tine20;a=commitdiff_plain;h=dcb02223cc85eb99e6281366014304812dbf5f96 0012166: copy to clipboard needs to set view for splitview Change-Id: I3e4597bf48a9221d0d6cdebb4a19bed0741d6547 Reviewed-on: http://gerrit.tine20.com/customers/3529 Tested-by: Jenkins CI (http://ci.tine20.com/) Reviewed-by: Philipp Schüle --- 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); } }