mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 11:20:13 +01:00
Merge pull request #2244 from bentiss/edge
customFields: fix leftover from lint
This commit is contained in:
commit
4be5fa598e
1 changed files with 1 additions and 1 deletions
|
|
@ -1412,7 +1412,7 @@ function cardCustomFields(userId, doc, fieldNames, modifier) {
|
|||
|
||||
// only individual changes are registered
|
||||
if (dotNotation.length > 1) {
|
||||
const customFieldId = doc.customFields[dot_notation[1]]._id;
|
||||
const customFieldId = doc.customFields[dotNotation[1]]._id;
|
||||
const act = {
|
||||
userId,
|
||||
customFieldId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue