mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Standalone Export has modifiedAt missing, adding modifiedAt to fix it. Thanks to xet7 !
This commit is contained in:
parent
afc002d81a
commit
d55c952289
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue