cubicweb/server/edition.py
branch3.26
changeset 12430 5b6f54f6033a
parent 11767 432f87a63057
--- a/cubicweb/server/edition.py	Thu Aug 16 12:31:44 2018 +0200
+++ b/cubicweb/server/edition.py	Tue Apr 24 10:19:42 2018 +0200
@@ -155,5 +155,6 @@
         thecopy = EditedEntity(copy(self.entity))
         thecopy.entity.cw_attr_cache = copy(self.entity.cw_attr_cache)
         thecopy.entity._cw_related_cache = {}
+        thecopy.entity._cw_adapters_cache = {}
         thecopy.update(self, skipsec=False)
         return thecopy