cubicweb/hooks/metadata.py
changeset 11773 054a947b5415
parent 11767 432f87a63057
child 11774 51c160677afe
--- a/cubicweb/hooks/metadata.py	Thu Sep 29 22:54:26 2016 +0200
+++ b/cubicweb/hooks/metadata.py	Fri Sep 30 17:38:12 2016 +0200
@@ -194,8 +194,7 @@
             syssource = newsource.repo_source
             oldsource = self._cw.entity_from_eid(schange[self.eidfrom])
             entity = self._cw.entity_from_eid(self.eidfrom)
-            attrs = {'type': entity.cw_etype, 'eid': entity.eid, 'extid': None,
-                     'asource': 'system'}
+            attrs = {'type': entity.cw_etype, 'eid': entity.eid, 'extid': None}
             self._cw.system_sql(syssource.sqlgen.update('entities', attrs, ['eid']), attrs)
             # register an operation to update repository/sources caches
             ChangeEntitySourceUpdateCaches(self._cw, entity=entity,