From 4f089407d102551470a56a2998d147c2f78235b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Pin?= Date: Mon, 1 Nov 2010 21:38:49 +0100 Subject: [PATCH] =?utf8?q?Oubli=20:=20ajout=20de=20la=20notification=20d'o?= =?utf8?q?bjet=20modifi=C3=A9,=20apr=C3=A8s=20upload.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- blobbases.py | 1 + 1 file changed, 1 insertion(+) diff --git a/blobbases.py b/blobbases.py index c0084c3..2123d75 100755 --- a/blobbases.py +++ b/blobbases.py @@ -487,6 +487,7 @@ class File(Persistent, Implicit, PropertyManager, content_type=self._get_content_type(file, self.__name__, 'application/octet-stream') self.update_data(file, content_type) + notify(ObjectModifiedEvent(self)) if REQUEST: message="Saved changes." -- 2.20.1