Merge pull request #2527 from FinnStutzenstein/Issue2522
fixing topics import (closes #2522)
This commit is contained in:
commit
147e4ab219
@ -329,6 +329,8 @@ angular.module('OpenSlidesApp.topics.site', ['OpenSlidesApp.topics'])
|
||||
// duration
|
||||
if (item.duration) {
|
||||
item.duration = item.duration.replace(quotionRe, '$1');
|
||||
} else {
|
||||
item.duration = null;
|
||||
}
|
||||
// comment
|
||||
if (item.comment) {
|
||||
|
Loading…
Reference in New Issue
Block a user