Automatically closed - issue fixed for 2 weeks with no activity.
If Taxonomy module is not installed on a site, when navigating to the Block Configure screen, a fatal error is thrown:
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "taxonomy_vocabulary" entity type does not exist.
I would suggest either:
not_taxonomy_vocabulary
condition into its own sub-module, similar to the block_visibility_conditions_commerce
sub-module.NotConditionPluginBase
ensure that the entity type exists before trying to load it.Technically speaking the same error will also be raised if Node is not installed.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.