Ajax and Webform Condition

Created on 28 August 2025, 2 months ago

Problem/Motivation

There is a section to exclude Webforms with enabled Ajax.
Code is
(!$isAjaxRequest && !$isWebform)

Proposed resolution

Change the mentioned section to
!($isAjaxRequest && $isWebform)

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇨🇭Switzerland toga

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024