Merge pull request #8723 from Budibase/bug/sev3/static-formulas-conflict

Prevent static formulas conflict
This commit is contained in:
melohagan 2022-11-21 11:33:31 +00:00 committed by GitHub
commit 26b5737a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,6 +62,7 @@ exports.updateRelatedFormula = async (table, enrichedRows) => {
})
)
)
break
}
}
}
@ -124,7 +125,6 @@ exports.finaliseRow = async (
dynamic: false,
contextRows: enrichedRow,
})
// don't worry about rev, tables handle rev/lastID updates
// if another row has been written since processing this will
// handle the auto ID clash