diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-01-14 14:42:57 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-01-14 14:42:57 +0200 |
| commit | 8d9fb9a762391231fb71314eebaed4dd8988640b (patch) | |
| tree | 77c5433cd3ef483a738e133cd24d902e9204b153 /Software/Visual_Studio/Tango.BL/Builders | |
| parent | 4bc30bd2306874673ab501d0fb5f41c4055f21fd (diff) | |
| download | Tango-8d9fb9a762391231fb71314eebaed4dd8988640b.tar.gz Tango-8d9fb9a762391231fb71314eebaed4dd8988640b.zip | |
Fixed issue with cct cache on RmlBuilder.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/Builders')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/Builders/RmlBuilder.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Builders/RmlBuilder.cs b/Software/Visual_Studio/Tango.BL/Builders/RmlBuilder.cs index 2dc7cc1b3..5f37c1c67 100644 --- a/Software/Visual_Studio/Tango.BL/Builders/RmlBuilder.cs +++ b/Software/Visual_Studio/Tango.BL/Builders/RmlBuilder.cs @@ -132,6 +132,8 @@ namespace Tango.BL.Builders { var cacheCCT = _cctCache.SingleOrDefault(x => x.Guid == rml.CctGuid); + cacheCCT.Rmls.Clear(); + if (cacheCCT != null) { var entry = Context.Entry(cacheCCT); |
