Discussion:
[Erp5-dev] ERP5Form/SelectionTool.py patch
Lukasz Nowak
2006-09-19 13:35:41 UTC
Permalink
Hello,

Zope isn't starting right now, patch is here:

Index: SelectionTool.py
===================================================================
--- SelectionTool.py (revision 10168)
+++ SelectionTool.py (working copy)
@@ -1034,8 +1034,8 @@
return object

# Related document searching
- def viewSearchRelatedDocumentDialog(self, index, form_id, REQUEST=None,
- sub_index=None, object_path, **kw):
+ def viewSearchRelatedDocumentDialog(self, index, form_id, object_path,
+ REQUEST=None, sub_index=None, **kw):
"""
Returns a search related document dialog
A set of forwarders us defined to circumvent limitations of HTML
--
?ukasz Nowak R&D Ventis http://www.ventis.com.pl/
tel: +48 32 392 10 60 int 37 fax: +48 32 392 10 61
https://ssl.ventis.com.pl/keys/lukasz.nowak.pub.asc
``Use the Source, Luke...''
Pelletier Vincent
2006-09-19 13:36:58 UTC
Permalink
Corrected now.
That was a fast catch, you got the error a few minutes after the bogus
commit :).

Thanks
--
Vincent Pelletier
Loading...