You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2019/12/17 15:55:57 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2154] OMCalendar export is fixed

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new e2e3af9  [OPENMEETINGS-2154] OMCalendar export is fixed
e2e3af9 is described below

commit e2e3af9141291c53dd502526cbf5136a4b9d3c6c
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue Dec 17 22:55:40 2019 +0700

    [OPENMEETINGS-2154] OMCalendar export is fixed
---
 .../src/main/java/org/apache/openmeetings/backup/BackupExport.java       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openmeetings-install/src/main/java/org/apache/openmeetings/backup/BackupExport.java b/openmeetings-install/src/main/java/org/apache/openmeetings/backup/BackupExport.java
index 848ffbf..fcc9348 100644
--- a/openmeetings-install/src/main/java/org/apache/openmeetings/backup/BackupExport.java
+++ b/openmeetings-install/src/main/java/org/apache/openmeetings/backup/BackupExport.java
@@ -311,6 +311,7 @@ public class BackupExport {
 		Strategy strategy = new RegistryStrategy(registry);
 		Serializer serializer = new Persister(strategy);
 		registry.bind(User.class, UserConverter.class);
+		bindDate(registry, list);
 
 		writeList(serializer, zos, "calendars.xml", "calendars", list);
 		progressHolder.setProgress(22);