projects
/
Photo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c479cee
)
Oubli : ajout de la notification d'objet modifié, après upload.
author
Benoît Pin
<benoit.pin@gmail.com>
Mon, 1 Nov 2010 20:38:49 +0000
(21:38 +0100)
committer
Benoît Pin
<benoit.pin@gmail.com>
Mon, 1 Nov 2010 20:38:49 +0000
(21:38 +0100)
blobbases.py
patch
|
blob
|
history
diff --git
a/blobbases.py
b/blobbases.py
index
c0084c3
..
2123d75
100755
(executable)
--- 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."