1
0
Fork 0
mirror of synced 2024-06-14 00:14:39 +12:00

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

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