fixing topics import (closes #2522)

This commit is contained in:
FinnStutzenstein 2016-10-24 16:38:43 +02:00
parent f8be521bf5
commit e267784173

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) {