Commit 6852ec5
committed
[FIX] account_background_post: avoid name collision on validate_move method
Rename the inserted Confirm button to validate_move_confirm and add a bridge
method validate_move_confirm() that delegates to validate_move(). This
removes the name="validate_move" collision so the background-post button
cannot accidentally trigger the synchronous validate path.
closes #262
X-original-commit: 36a5489
Signed-off-by: rov-adhoc <rov@adhoc.com.ar>
Signed-off-by: Camila Vives <cav@adhoc.inc>1 parent f07b0ab commit 6852ec5
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments