Commit f051976
committed
Fix table action not receiving record in evaluate() context
The action callback was not passing $record explicitly to evaluate(),
so impersonateRecord closures resolved to null in table row contexts.
This matched the same pattern already fixed for the visible callback.1 parent dbe1060 commit f051976
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| 33 | + | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
0 commit comments