We can add it back for special cases using the patch.
This was committed for purpose in core version 10.2.x to simplify the block listing in layout builder.
For me it was one of the core patches which I previously applied for D9 version. After removing all patches for Drupal core, the issue is resolved now.
I'm facing this in Drupal 10.3.0 after upgrading from 9.5.11. The patch mentioned in #7 not helping in my case.
Patch at #3 not applying for 1.x-dev.
Re-roll of #14 for D9.5.8.
More details and patch to fix is found at 📌 Taxonomy views filters should not have user context Fixed
This is still an issue. Same like mentioned in #5 when I add a taxonomy reference field in views filters and expose it, the dynamic page cache stops working and the browser console shows the cache header like X-Drupal-Dynamic-Cache: UNCACHEABLE
. But everything works fine if I remove this filter from the view.
I'm testing on a fresh Drupal 9.5.9 install.
The annotation in the content enabler plugin should include the handler part. This is actually missing from the instructions mentioned in the issue summary above. Your annotation must look like:
/**
* Provides a content enabler for user entities.
*
* @GroupContentEnabler(
* id = "group_entity_user",
* label = @Translation("User"),
* description = @Translation("Adds users to groups as pure entities and not as members."),
* entity_type_id = "user",
* entity_access = TRUE,
* pretty_path_key = "user",
* reference_label = @Translation("Username"),
* reference_description = @Translation("The name of the user (entity) to add to the group (not as a member)"),
* deriver = "Drupal\module_name\Plugin\GroupContentEnabler\UserEntityDeriver",
* handlers = {
* "access" = "Drupal\group\Plugin\GroupContentAccessControlHandler",
* "permission_provider" = "Drupal\group\Plugin\GroupContentPermissionProvider",
* }
* )
*/
ab.shakir → created an issue.
I've configured the FillPDF LocalServer and is working really well for the template files served from Azure Blob Storage.