Commit 04aea96
committed
Fix PageController variant template: add missing winnerCriteria and configurationError keys
The shared Variant/row.html.twig template expects winnerCriteria and
configurationError keys in the variants array. The EmailController passes
these via AbTestSettingsService, but PageController was missing them,
causing a 500 error on page detail view when variants exist.1 parent 30a28ce commit 04aea96
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| 303 | + | |
| 304 | + | |
303 | 305 | | |
304 | 306 | | |
305 | 307 | | |
| |||
0 commit comments