- π¨π³China lawxen
This is still in Drupal10 with dev version of penalizer
Panelize this view mode
on admin/structure/types/manage/{content_type}/display
, and ensure Allow each content item to have its display customized
is disabled. Save settings.Save
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition() (line 133 of /var/www/web/core/lib/Drupal/Core/Entity/EntityTypeManager.php).
Inside of panelizer_panels_build_alter()
function exist an line:
'panelizer_field_storage_id' => $panelizer->hasEntityPermission('change content', $entity, $view_mode) ? $panelizer_field_storage_id : FALSE,
which leads to execution of \Drupal\panelizer\Panelizer::hasEntityPermission()
which will return FALSE
every time, when Allow each content item to have its display customized
checkbox is unchecked.
Active
4.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This is still in Drupal10 with dev version of penalizer