Merge remote-tracking branch 'origin/v3-ui' into feature/automation-branching-ux
This commit is contained in:
commit
d326f6b082
|
@ -698,6 +698,8 @@ describe("/rowsActions", () => {
|
|||
inputs: null,
|
||||
outputs: {
|
||||
fields: {},
|
||||
id: rowId,
|
||||
revision: (await config.api.row.get(tableId, rowId))._rev,
|
||||
row: await config.api.row.get(tableId, rowId),
|
||||
table: {
|
||||
...(await config.api.table.get(tableId)),
|
||||
|
|
|
@ -220,6 +220,8 @@ export async function run(tableId: any, rowActionId: any, rowId: string) {
|
|||
automation,
|
||||
{
|
||||
fields: {
|
||||
id: row._id,
|
||||
revision: row._rev,
|
||||
row,
|
||||
table,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue