projects
/
Portfolio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f8014f2
)
On stagne pour l'instant : l'indexation par l'automate de tuilage des images est...
author
Benoît Pin
<benoit.pin@gmail.com>
Sun, 7 Jul 2013 14:38:24 +0000
(16:38 +0200)
committer
Benoît Pin
<benoit.pin@gmail.com>
Sun, 7 Jul 2013 14:38:24 +0000
(16:38 +0200)
manipulation.py
patch
|
blob
|
history
diff --git
a/manipulation.py
b/manipulation.py
index
43bd086
..
ce74a7d
100755
(executable)
--- a/
manipulation.py
+++ b/
manipulation.py
@@
-125,11
+125,8
@@
class ImageQueueProcessorThread(threading.Thread) :
pass
p.tiles_available = 1
pass
p.tiles_available = 1
-
- portal = app.unrestrictedTraverse(self.portal_path)
- ctool = portal.portal_catalog
- uid = '/'.join(p.getPhysicalPath())
- ctool.reindexObject(p, idxs=['tiles_available'], uid=uid)
+ assert p._getCatalogTool()
+ p.reindexObject(idxs=['tiles_available'])
transaction.commit()
except ConflictError :
transaction.commit()
except ConflictError :