When adding the filter "Workspace association" with the default workspaces configuration (ie: live + other workspaces) then you get a WSOD as there isn't always an active workspace object available (when on live this is FALSE), so this call fails:

$this->workspaceManager->getActiveWorkspace()->id()

You can use first this to check:

$this->workspaceManager->hasActiveWorkspace()

I'll attach a patch to fix this.

CommentFileSizeAuthor
#2 3154463-2-fix_wsod.patch652 bytesfjgarlin

Comments

fjgarlin created an issue. See original summary.

fjgarlin’s picture

Status: Active » Needs review
StatusFileSize
new652 bytes

Patch attached.

  • nbaosullivan committed 48fe860 on 8.x-1.x authored by fjgarlin
    Issue #3154463 by fjgarlin: Workspace association filter provokes WSOD
    
nbaosullivan’s picture

Status: Needs review » Fixed

Thanks @fjgarlin! Committed!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.