cubicweb/entity.py
changeset 11762 7518cb58ab4c
parent 11759 7b7108eb8178
child 11764 6ab14a1afb65
--- a/cubicweb/entity.py	Fri Sep 30 17:04:42 2016 +0200
+++ b/cubicweb/entity.py	Fri Sep 30 17:34:11 2016 +0200
@@ -625,9 +625,7 @@
 
     @cached
     def cw_metainformation(self):
-        metas = self._cw.entity_metas(self.eid)
-        metas['source'] = self._cw.source_defs()[metas['source']]
-        return metas
+        return self._cw.entity_metas(self.eid)
 
     def cw_check_perm(self, action):
         self.e_schema.check_perm(self._cw, action, eid=self.eid)