Fix row detail autoscreen not having correct delete row definition
This commit is contained in:
parent
185f4ec468
commit
af74e6a592
|
@ -59,6 +59,7 @@ function generateTitleContainer(table, title, formId) {
|
|||
onClick: [
|
||||
{
|
||||
parameters: {
|
||||
providerId: formId,
|
||||
rowId: `{{ ${makePropSafe(formId)}._id }}`,
|
||||
revId: `{{ ${makePropSafe(formId)}._rev }}`,
|
||||
tableId: table._id,
|
||||
|
|
Loading…
Reference in New Issue