Skip to content

Commit

Permalink
Merge pull request #818 from droptica/bug/entity-bundle-fix
Browse files Browse the repository at this point in the history
Fix for pathauto configs and Drupal 9.3+ and ctools 3.10
  • Loading branch information
grzegorz-pietrzak-droptica authored Aug 2, 2022
2 parents 3832fd5 + d0a7794 commit e5cec8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type: 'canonical_entities:node'
pattern: 'blog/[node:title]'
selection_criteria:
607f77ea-c917-4177-860c-31ded5df3c9a:
id: node_type
id: entity_bundle:node
bundles:
blog_post: blog_post
negate: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type: 'canonical_entities:node'
pattern: 'products/[node:title]'
selection_criteria:
c4b66d38-ab92-4918-a2fb-5dce6f0edced:
id: node_type
id: entity_bundle:node
bundles:
d_product: d_product
negate: false
Expand Down

0 comments on commit e5cec8c

Please sign in to comment.