projects
/
Photo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Oubli : ajout de la notification d'objet modifié, après upload.
[Photo.git]
/
blobbases.py
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."