X-Git-Url: https://scm.cri.ensmp.fr/git/Photo.git/blobdiff_plain/2ad7c649b30366754569fbdbb92504fcb0bab1bf..2a65962fd27e31b65319093b8b4373cc72433431:/blobbases.py 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."