Skip to content
Snippets Groups Projects
Commit bc2d4bfe authored by catch's avatar catch
Browse files

Issue #2977882 by Wim Leers, jibran, catch: Term entity type's "parent" field...

Issue #2977882 by Wim Leers, jibran, catch: Term entity type's "parent" field does not specify "target_bundles" setting: a term from *any* vocabulary can be chosen
parent 944203f4
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -11,3 +11,10 @@
function taxonomy_post_update_clear_views_data_cache() {
// An empty update will flush caches.
}
/**
* Clear entity_bundle_field_definitions cache for new parent field settings.
*/
function taxonomy_post_update_clear_entity_bundle_field_definitions_cache() {
// An empty update will flush caches.
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment