wekan/models
Benjamin Tissoires 35ffd02814 Fix import error 500
while running an import from a previously exported board, we encounter
the following error:

Exception while invoking method 'importBoard' Error: Did not check() all arguments during call to 'importBoard'
    at ArgumentChecker.throwUnlessAllArgumentsHaveBeenChecked (packages/check.js:483:13)
    at Object._failIfArgumentsAreNotAllChecked (packages/check.js:131:16)
    at maybeAuditArgumentChecks (packages/ddp-server/livedata_server.js:1765:18)
    at DDP._CurrentMethodInvocation.withValue (packages/ddp-server/livedata_server.js:719:19)
    at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1186:15)
    at DDPServer._CurrentWriteFence.withValue (packages/ddp-server/livedata_server.js:717:46)
    at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1186:15)
    at Promise (packages/ddp-server/livedata_server.js:715:46)
    at new Promise (<anonymous>)
    at Session.method (packages/ddp-server/livedata_server.js:689:23)
    at packages/mdg_meteor-apm-agent.js:2617:38
    at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1186:15)
    at Session.sessionProto.protocol_handlers.method (packages/mdg_meteor-apm-agent.js:2616:44)
    at packages/ddp-server/livedata_server.js:559:43

Commit 4cf9813449 removed the checks as the original board might
not have all the required fields, but we actually still need to run
a general check on all parameters
2019-03-11 11:42:05 +01:00
..
accountSettings.js Includes possibility to block username change 2018-05-04 16:44:50 -03:00
actions.js Fix lint errors. 2018-09-16 01:50:36 +03:00
activities.js [Fix Adding Labels to cards is not possible anymore](https://github.com/wekan/wekan/issues/2223). 2019-03-04 12:04:12 +02:00
announcements.js Rename notice -> announcement 2017-10-01 12:43:15 +09:00
attachments.js Performance Enhancements 2019-02-28 11:44:29 -06:00
avatars.js Centralize all mutations at the model level 2015-09-08 20:19:42 +02:00
boards.js Fix popup title 2019-02-27 21:50:08 +01:00
cardComments.js Fix list view issues. Allow creation of boards from templates 2019-02-25 22:48:32 +01:00
cards.js Activities: register customFields changed in the activities 2019-03-08 11:32:59 +01:00
checklistItems.js Fix removed checklistItem activity => dangling activities created 2019-03-08 21:13:41 +01:00
checklists.js Fix lint errors 2019-02-24 00:13:35 +01:00
customFields.js Performance Enhancements 2019-02-28 11:44:29 -06:00
export.js - [Fix Sandstorm export board from web](https://github.com/wekan/wekan/issues/2157). 2019-02-02 20:52:09 +02:00
import.js Fix import error 500 2019-03-11 11:42:05 +01:00
integrations.js Performance Enhancements 2019-02-28 11:44:29 -06:00
invitationCodes.js Fix lint errors. 2017-12-03 04:00:55 +02:00
lists.js Standarize copy functions. Match labels by name 2019-02-27 21:50:08 +01:00
rules.js Fix lint errors. 2018-09-16 01:50:36 +03:00
settings.js - Fix lint errors. 2019-02-01 21:26:04 +02:00
swimlanes.js - [Add Filter fix back](https://github.com/wekan/wekan/issues/2213), 2019-03-01 14:41:09 +02:00
trelloCreator.js - Admin Panel / Layout / Custom Product Name now changes webpage title. 2018-12-15 20:39:01 +02:00
triggers.js Fix lint errors. 2018-09-16 01:50:36 +03:00
unsavedEdits.js Improve wekan performance #837 2017-02-22 17:05:30 +02:00
users.js Fix templates board not found 2019-02-27 19:34:53 +01:00
watchable.js Add notification, allow watch boards / lists / cards 2016-01-05 23:26:02 +08:00
wekanCreator.js - Admin Panel / Layout / Custom Product Name now changes webpage title. 2018-12-15 20:39:01 +02:00