projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9f4f74
)
Flush pseudoconstant cache when saving a tag
author
Coleman Watts
<coleman@civicrm.org>
Sat, 7 Mar 2020 18:50:25 +0000
(13:50 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Sat, 7 Mar 2020 18:50:25 +0000
(13:50 -0500)
CRM/Core/BAO/Tag.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/BAO/Tag.php
b/CRM/Core/BAO/Tag.php
index ae94d043eaf4931fab6d6179b0f09390007311ab..57623f1d727b84d5a29f864395d058bfe7d372e4 100644
(file)
--- a/
CRM/Core/BAO/Tag.php
+++ b/
CRM/Core/BAO/Tag.php
@@
-453,6
+453,8
@@
class CRM_Core_BAO_Tag extends CRM_Core_DAO_Tag {
);
}
+ CRM_Core_PseudoConstant::flush();
+
return $tag;
}