Problem/Motivation

In the block plugin manager we are loading the active workspace to set the cache key. However the block manager is called on module install when Workspace module has added fields like Upstream, but these fields don't yet have columns in the database, causing select queries to fail.

Proposed resolution

Don't load the active workspace entity, just load the ID.

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#2 2946058-2.patch2.57 KBtimmillwood
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

timmillwood created an issue. See original summary.

timmillwood’s picture

Status: Active » Needs review
FileSize
2.57 KB

Initial patch.

  • timmillwood committed d572ee5 on 8.x-1.x
    Issue #2946058 by timmillwood, jeqq: Recent block plugin manager changes...

timmillwood credited jeqq.

timmillwood’s picture

Status: Needs review » Fixed

Pushed

Status: Fixed » Closed (fixed)

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