The entity type blacklist of the workspaces manager is a straight list of entity types, but is checked with isset($this->blacklist[$entity_type->id()])
, which never returns true.
↧
Incorrect blacklist condition in WorkspaceManager
↧