mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
possible quickfix for all customFields Import errors
This commit is contained in:
parent
ad8f227880
commit
0195044ba1
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue