1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Quick fix for #4256 - allow SQL related rows to perform dynamic formulas before becoming links, meaning that formulas can be used as primary display fields as with budibase DB.

This commit is contained in:
mike12345567 2022-02-02 18:21:38 +00:00
parent aa204a9292
commit 0b68db7516

View file

@ -184,7 +184,7 @@ module External {
thisRow._id = generateIdForRow(row, table)
thisRow.tableId = table._id
thisRow._rev = "rev"
return thisRow
return processFormulas(table, thisRow)
}
function fixArrayTypes(row: Row, table: Table) {