Skip to content

Commit

Permalink
AfformTags - Filter out afform tags from being used for sql
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Jan 28, 2025
1 parent 434ab6f commit 4f9ab8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ext/afform/core/managed/AfformTags.mgd.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'label' => E::ts('Afforms'),
'is_reserved' => TRUE,
'is_active' => TRUE,
'domain_id' => NULL,
'filter' => 1,
],
'match' => ['option_group_id', 'name'],
],
Expand Down
1 change: 1 addition & 0 deletions schema/Core/EntityTag.entityType.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
'add' => '3.2',
'pseudoconstant' => [
'option_group_name' => 'tag_used_for',
'condition' => 'filter = 0'
],
],
'entity_id' => [
Expand Down

0 comments on commit 4f9ab8d

Please sign in to comment.