- Issue created by @toga
- 🇨🇭Switzerland stefanos.petrakis@gmail.com Biel, Switzerland
This has now been updated in 📌 Revise exception handling Active ; keeping this open to add tests that capture this condition
There is a section to exclude Webforms with enabled Ajax.
Code is
(!$isAjaxRequest && !$isWebform)
Change the mentioned section to
!($isAjaxRequest && $isWebform)
Active
1.0
Code
This has now been updated in 📌 Revise exception handling Active ; keeping this open to add tests that capture this condition