🐛 | Node export | Drupal\Core\Extension\InfoParserException: The 'core_version_requirement' constraint (^9 || ^10 || ^11) requires the 'core' key not be set in modules/contrib/node_export/node_export.info.yml in Drupal\Core\Extension\InfoParserDynamic->parse() (line 88 of
Remove the core key from the info.yml file works for me.
name: Node Export
type: module
description: 'Allows users to export content and then import into another Drupal installation.'
core_version_requirement: ^9 || ^10 || ^11
configure: node_export.config
# Information added by Drupal.org packaging script on 2025-02-22
version: '8.x-1.3'
project: 'node_export'
datestamp: 1740243191
We need to include the accessCheck
parameter in the entity query on calling this function site_studio_webform_webform_delete()
srijeeta → created an issue.
🐛 | Selective Better Exposed Filters | Filter terms based on "options_show_only_used_filtered" set not working as expected
#8 actually worked for me, even when the view is using ajax.