From d55c952289e5a6484c3659702871a8afa93dd7a1 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 29 Aug 2017 01:56:01 +0300 Subject: Standalone Export has modifiedAt missing, adding modifiedAt to fix it. Thanks to xet7 ! --- models/wekanCreator.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'models') diff --git a/models/wekanCreator.js b/models/wekanCreator.js index 210fa1c0..36e5e1ca 100644 --- a/models/wekanCreator.js +++ b/models/wekanCreator.js @@ -140,6 +140,8 @@ export class WekanCreator { isActive: true, isCommentOnly: false, }], + // Standalone Export has modifiedAt missing, adding modifiedAt to fix it + modifiedAt: this._now(wekanBoard.modifiedAt), permission: wekanBoard.permission, slug: getSlug(wekanBoard.title) || 'board', stars: 0, -- cgit v1.2.3-1-g7c22