Flush pseudoconstant cache when saving a tag
authorColeman Watts <coleman@civicrm.org>
Sat, 7 Mar 2020 18:50:25 +0000 (13:50 -0500)
committerColeman Watts <coleman@civicrm.org>
Sat, 7 Mar 2020 18:50:25 +0000 (13:50 -0500)
CRM/Core/BAO/Tag.php

index ae94d043eaf4931fab6d6179b0f09390007311ab..57623f1d727b84d5a29f864395d058bfe7d372e4 100644 (file)
@@ -453,6 +453,8 @@ class CRM_Core_BAO_Tag extends CRM_Core_DAO_Tag {
       );
     }
 
+    CRM_Core_PseudoConstant::flush();
+
     return $tag;
   }