mirror of
https://github.com/wekan/wekan.git
synced 2026-02-10 18:24:21 +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
|
// only individual changes are registered
|
||||||
if (dotNotation.length > 1) {
|
if (dotNotation.length > 1) {
|
||||||
const customFieldId = doc.customFields[dot_notation[1]]._id;
|
const customFieldId = doc.customFields[dotNotation[1]]._id;
|
||||||
const act = {
|
const act = {
|
||||||
userId,
|
userId,
|
||||||
customFieldId,
|
customFieldId,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue