[ZCM] [ZC] 192/ 1 Request "Z SQL Methods cannot be edited"

Collector: Zope Bugs and Patches ... zope-coders@zope.org
Fri, 01 Feb 2002 14:34:49 -0500


Issue #192 Update (Request) "Z SQL Methods cannot be edited"
 Status Pending, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/192

==============================================================
= Request - Entry #1 by kteague on Feb 1, 2002 2:34 pm

In the ZSQLMethods Product, the dtml/edit.dtml
screen does not appear to work. It cannot find the
method SQLConnectionIDs. This method is defined
in the __init__.py file in a method dictionary,
while the method itself lives in SQL.py. The workaround that I used to solve this problem was
to move the actual SQLConnectionIDs method so that
it was part of the SQL class.
==============================================================