__pkginfo__.py
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Thu, 09 Jan 2020 17:51:16 +0100
changeset 12843 000cd62eda32
parent 11382 dab704a0e4b1
permissions lrwxrwxrwx
[sobjects/notification] fix broken email notifications In https://hg.logilab.org/review/cubicweb/rev/8caa109dfe945592a34904bb56971cc57d1c6084 EntityView.w become a method using EntityView._w In notifications we reset "self.w" for every notifications since we handle multiple streams. We should set "self._w" to None instead, otherwise subsequent calls to "self.w()" will fail with TypeError: 'NoneType' object is not callable.

cubicweb/__pkginfo__.py