mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 05:57:13 -04:00
Make userId optional when importing Wekan boards
Sandstorm will have an activity of adding a member by default which will have an empty userId. This caused issues when importing exported Sandstorm boards.
This commit is contained in:
parent
06644d9c71
commit
afc002d81a
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ export class WekanCreator {
|
|||
|
||||
checkActivities(wekanActivities) {
|
||||
check(wekanActivities, [Match.ObjectIncluding({
|
||||
userId: String,
|
||||
activityType: String,
|
||||
createdAt: DateString,
|
||||
})]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue