Merge pull request #2527 from FinnStutzenstein/Issue2522

fixing topics import (closes #2522)
This commit is contained in:
Emanuel Schütze 2016-10-25 14:46:12 +02:00 committed by GitHub
commit 147e4ab219

View File

@ -329,6 +329,8 @@ angular.module('OpenSlidesApp.topics.site', ['OpenSlidesApp.topics'])
// duration // duration
if (item.duration) { if (item.duration) {
item.duration = item.duration.replace(quotionRe, '$1'); item.duration = item.duration.replace(quotionRe, '$1');
} else {
item.duration = null;
} }
// comment // comment
if (item.comment) { if (item.comment) {