1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12:00

Update autoscreens to require confirmation when deleting rows

This commit is contained in:
Andrew Kingston 2021-06-21 10:52:55 +01:00
parent 785f724dda
commit 0f691e5484

View file

@ -62,6 +62,7 @@ function generateTitleContainer(table, title, formId, repeaterId) {
tableId: table._id,
rowId: `{{ ${makePropSafe(repeaterId)}.${makePropSafe("_id")} }}`,
revId: `{{ ${makePropSafe(repeaterId)}.${makePropSafe("_rev")} }}`,
confirm: true,
},
"##eventHandlerType": "Delete Row",
},