[Rt-commit] rt branch, 4.2/cache-ocfvs-on-update, updated. rt-4.2.14-10-ga0c7b12
Jim Brandt
jbrandt at bestpractical.com
Wed Sep 20 16:56:46 EDT 2017
The branch, 4.2/cache-ocfvs-on-update has been updated
via a0c7b1207ca4909d0e46eddb7278015e2e5bed79 (commit)
from 8b197401ae6c35349f7ab42ac8e5bfd49181e5b1 (commit)
Summary of changes:
lib/RT/Interface/Web/Handler.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit a0c7b1207ca4909d0e46eddb7278015e2e5bed79
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Wed Sep 20 16:51:57 2017 -0400
Clear the OCFVCache
diff --git a/lib/RT/Interface/Web/Handler.pm b/lib/RT/Interface/Web/Handler.pm
index 3355d29..f739c78 100644
--- a/lib/RT/Interface/Web/Handler.pm
+++ b/lib/RT/Interface/Web/Handler.pm
@@ -199,7 +199,7 @@ sub CleanupRequest {
File::Temp::cleanup()
unless $INC{'Test/WWW/Mechanize/PSGI.pm'};
-
+ RT::ObjectCustomFieldValues::ClearOCFVCache();
}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list