add urls=None parameter to SQLCatalog.manage_catalogReindex to avoid a traceback
In /manage_catalogReindex: Traceback (most recent call last): File ".../zope2/lib/python/ZPublisher/Publish.py", line 114, in publish request, bind=1) File ".../zope2/lib/python/ZPublisher/mapply.py", line 88, in mapply if debug is not None: return debug(object,args,context) File ".../zope2/lib/python/ZPublisher/Publish.py", line 40, in call_object result=apply(object,args) # Type s<cr> to step into published object. File ".../ZSQLCatalog/ZSQLCatalog.py", line 582, in manage_catalogReindex catalog.manage_catalogReindex(REQUEST, RESPONSE, URL1, urls=urls) TypeError: manage_catalogReindex() got an unexpected keyword argument 'urls' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31862 20353a03-c40f-0410-a6d1-a30d3c3de9de
Showing
Please register or sign in to comment