On 2/23/07, Svenn Helge Grindhaug <[EMAIL PROTECTED]> wrote:
Are you talking about the same separation as Christophe did, create a
ICourseDetail in addition to ICourse. That do not change the way the
configuration is done, or does it?

It can be used to make describing access easier, and can also make it
easier to build forms using zope.formlib.  It's only an issue for
convenience of expression, but can make things easier to maintain as
the software evolves.

Like this then?
...
        <require
            permission="zope.View"
            interface="zope.app.container.interfaces.IReadContainer"
            attributes="shortDesc"

Yup.


 -Fred

--
Fred L. Drake, Jr.    <fdrake at gmail.com>
"Every sin is the result of a collaboration." --Lucius Annaeus Seneca
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to