From afc002d81ab9346b13e948cf3e50b84e511b3947 Mon Sep 17 00:00:00 2001 From: Ghassen Rjab Date: Mon, 28 Aug 2017 22:03:21 +0100 Subject: 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. --- models/wekanCreator.js | 1 - 1 file changed, 1 deletion(-) (limited to 'models') diff --git a/models/wekanCreator.js b/models/wekanCreator.js index b5f9b0ff..210fa1c0 100644 --- a/models/wekanCreator.js +++ b/models/wekanCreator.js @@ -71,7 +71,6 @@ export class WekanCreator { checkActivities(wekanActivities) { check(wekanActivities, [Match.ObjectIncluding({ - userId: String, activityType: String, createdAt: DateString, })]); -- cgit v1.2.3-1-g7c22