- Issue created by @HitchShock
- @hitchshock opened merge request.
-
HitchShock β
committed 501de44d on 1.0.x
[#3351367] Implemented seo_urls_clear_cache() for term_insetr hook
-
HitchShock β
committed 501de44d on 1.0.x
- Status changed to Fixed
almost 2 years ago 6:43pm 30 March 2023 - πΊπ¦Ukraine HitchShock Ukraine
Implemented the following code:
/** * Implements hook_ENTITY_TYPE_insert(). */ function seo_urls_taxonomy_term_insert(EntityInterface $entity) { seo_urls_clear_cache($entity); }
Tested the behavior.
InboundPathProcessor and OutboundPathProcessor are working immediately after creating a new SEO Url now. Automatically closed - issue fixed for 2 weeks with no activity.