Problem/Motivation

After updating to 7.x-3.9 a context we set up to display based on whether or not a query param was set began to fail. Regardless of whether or not the query param was set, the context set to display if there was no query parameter would always display. It appears the update in #988222: Show all regions for all active themes is where the issue stemmed from.

Proposed resolution

Updating this line to use `NULL` instead of an empty string appears to fix the issue.

Remaining tasks

User interface changes

None

API changes

None

Data model changes

None

Comments

codeclarified created an issue. See original summary.

codeclarified’s picture

StatusFileSize
new778 bytes
avpaderno’s picture

Status: Active » Needs review
avpaderno’s picture

Version: 7.x-3.9 » 7.x-3.x-dev
paulocs’s picture

Assigned: codeclarified » Unassigned

Hi, do you still have problem with the query string condition?

I could not reproduce it. Please update to the last release and see if you still have the problem. No update was made in #988222: Show all regions for all active themes.

Thanks.

paulocs’s picture

Status: Needs review » Fixed
paulocs’s picture

Status: Fixed » Closed (fixed)