possible quickfix for all customFields Import errors

This commit is contained in:
Ignatz 2018-05-23 11:02:23 +02:00
parent ad8f227880
commit 0195044ba1

View file

@ -220,6 +220,7 @@ Cards.helpers({
}).fetch();
// match right definition to each field
if (!this.customFields) return [];
return this.customFields.map((customField) => {
return {
_id: customField._id,