[z3-checkins] r25418 - z3/sqlos/trunk/src/sqlos
jinty at codespeak.net
jinty at codespeak.net
Wed Apr 5 23:09:42 CEST 2006
Author: jinty
Date: Wed Apr 5 23:09:40 2006
New Revision: 25418
Modified:
z3/sqlos/trunk/src/sqlos/configure.zcml
Log:
Remove the option to add a SQLObject container. It is really useless as it can contain nothing.
Modified: z3/sqlos/trunk/src/sqlos/configure.zcml
==============================================================================
--- z3/sqlos/trunk/src/sqlos/configure.zcml (original)
+++ z3/sqlos/trunk/src/sqlos/configure.zcml Wed Apr 5 23:09:40 2006
@@ -5,13 +5,6 @@
<include package=".auth" />
- <browser:addMenuItem
- class="sqlos.container.SQLObjectContainer"
- title="SQLObject Container"
- description="A persistent container for non-persistent SQLObject instances"
- permission="zope.ManageContent"
- />
-
<!-- ISQLObjectContainer Views -->
<content class=".container.SQLObjectContainer">
@@ -47,6 +40,8 @@
factory=".container.SQLObjectNameChooser"
/>
+ <!-- Default view for containers. Should we really be specifying this??-->
+
<browser:defaultView
for="sqlos.interfaces.container.ISQLObjectContainer"
name="contents.html"
More information about the z3-checkins
mailing list