Arno said:
I am currently checking ZFormulator and could import the demo, but was unable to add new input fields.
From a post by Steve Spicklemire to the Zope list, October, 27th, 2000:
" line 312: Form.py should be: __roles__ = ('Manager',) " This was quickly retrieved by searching at NIP Ltd. http://zope.nipltd.com/public/lists/zope-archive.nsf/ Thanks again Steve, and NIP folks! Jerry S.
Sorry, but that doesn't seem to solve the problem. If I take away line 312 I can create new fields. But I assume that there is then a security hole. Any hints? Arno On Mon, 12 Mar 2001, Spicklemire, Jerry wrote:
Arno said:
I am currently checking ZFormulator and could import the demo, but was unable to add new input fields.
From a post by Steve Spicklemire to the Zope list, October, 27th, 2000:
" line 312: Form.py should be:
__roles__ = ('Manager',) "
This was quickly retrieved by searching at NIP Ltd.
http://zope.nipltd.com/public/lists/zope-archive.nsf/
Thanks again Steve, and NIP folks! Jerry S.
No, superuser doesn't work. My workaround for the moment is to comment out line 302 ( __roles__ = ('Manager',) ) and waiting for Martijns new release. Thanks Arno On Wed, 14 Mar 2001, R. David Murray wrote:
On Tue, 13 Mar 2001, Arno Gross wrote:
Any hints?
A *workaround* (that worked as of 2.2, not sure about 2.3 (of zope)) is to log in as the superuser to create the fields.
--RDM
participants (3)
-
Arno Gross -
R. David Murray -
Spicklemire, Jerry