no automatic index set up: gives error on Zope 2
This commit is contained in:
parent
dc03f4fd00
commit
b04daf0c51
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ class TrackingStorage(BTreeContainer):
|
|||
self.unindexTrack(trackNum, track)
|
||||
|
||||
def indexTrack(self, trackNum, track, idx=None):
|
||||
self.setupIndexes()
|
||||
#self.setupIndexes()
|
||||
if not trackNum:
|
||||
trackNum = int(track.__name__)
|
||||
data = track.indexdata
|
||||
|
|
Loading…
Add table
Reference in a new issue