[Zope3-Users] question: can I make a view trusted: A BUG

Shaun Cutts shaun at cuttshome.net
Thu Feb 16 23:46:26 EST 2006


Ok everyone: it is a zope bug.

The following should be included in zope.app.schema.fields.zcml:

  <content class="zope.schema.Date">

    <factory
	id="zope.schema.Date"
	title="Date Field"
	description="Date Field" />

    <require like_class="zope.schema.Orderable" />
    <require like_class="zope.schema.Field" />

  </content>

PS -- Jim -- I sent in my contributor form almost two weeks ago? Have
you received it yet? I'd be happy to put this in myself, if I could.

- Shaun






More information about the Zope3-users mailing list