πŸ‡¦πŸ‡«Afghanistan @ab.shakir

Account created on 5 September 2019, almost 5 years ago
  • Drupal Developer, Site Builder at DRUPAKΒ 
#

Recent comments

πŸ‡¦πŸ‡«Afghanistan ab.shakir

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.

πŸ‡¦πŸ‡«Afghanistan ab.shakir

Patch at #3 not applying for 1.x-dev.

πŸ‡¦πŸ‡«Afghanistan ab.shakir

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.

πŸ‡¦πŸ‡«Afghanistan ab.shakir

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",
* }
* )
*/

πŸ‡¦πŸ‡«Afghanistan ab.shakir

I've configured the FillPDF LocalServer and is working really well for the template files served from Azure Blob Storage.

Production build 0.69.0 2024