[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser - SQLScriptEdit.py:1.10
Marius Gedminas
mgedmin@codeworks.lt
Mon, 7 Oct 2002 05:54:40 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv26898/Views/Browser
Modified Files:
SQLScriptEdit.py
Log Message:
SQLScripts use the new caching framework
=== Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser/SQLScriptEdit.py 1.9 => 1.10 ===
--- Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser/SQLScriptEdit.py:1.9 Sat Sep 7 12:18:50 2002
+++ Zope3/lib/python/Zope/App/OFS/Content/SQLScript/Views/Browser/SQLScriptEdit.py Mon Oct 7 05:54:39 2002
@@ -29,11 +29,8 @@
height=3, width=40),
'source': CustomWidget(Widget.TextAreaWidget,
height=10, width=80),
- 'maxCache': Widget.IntWidget,
- 'cacheTime': Widget.IntWidget,
}
- fields_order = ('connectionName', 'arguments', 'source',
- 'maxCache', 'cacheTime')
+ fields_order = ('connectionName', 'arguments', 'source')
def getAllConnections(self):
parent = getParent(self.context)