WSOD if the argument is empty or NULL

Created on 3 August 2025, 2 months ago

Problem/Motivation

If validation is set but argument not provided for example:
If you have an url blogs/% with a validation argument blog-X and a validation to show all results if blog-X does not validate.

If you visit blogs you should see all results from the views but instead you get WSOD.

Proposed resolution

if (!($argument === NULL || $argument === '')) {
🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇬🇧United Kingdom lexsoft London

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

Comments & Activities

Production build 0.71.5 2024