How to add properties? No Add button visible
I am unable to Add properties. When I look at the Zope book, there is an Add button available, but I don't see that in my environment. For example. under the root folder, properties tab, I have a Save Changes button, but no Add or Delete buttons. Does anyone have any suggestions as to why this is the case? Zope 2.8.7 Regards Cameron
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 CSB wrote:
I am unable to Add properties. When I look at the Zope book, there is an Add button available, but I don't see that in my environment. For example. under the root folder, properties tab, I have a Save Changes button, but no Add or Delete buttons.
Does anyone have any suggestions as to why this is the case?
Zope 2.8.7
Somehow your root has a 'property_extensible_schema__' method which is returning false; normally, I wouldn't expect that at the "true" root, but you might have a virtual hosting setup which hides the "real" root. What URL are you using to get to the form? E.g., on my machine, http://localhost:8080/manage_propertiesForm shows the add button just fine: the "add" form is beneath the form which allows saving or deleting properties. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGQroK+gerLs4ltQ4RAgRLAJ9tS1dSB/Pc2s5DgYH79b/+iuFTFwCgyTC/ dzGhoFasDBXQcQptbFeoA/w= =RSOG -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
CSB wrote:
I am unable to Add properties. When I look at the Zope book, there is an Add button available, but I don't see that in my environment. For example. under the root folder, properties tab, I have a Save Changes button, but no Add or Delete buttons.
Does anyone have any suggestions as to why this is the case?
Zope 2.8.7
Somehow your root has a 'property_extensible_schema__' method which is returning false; normally, I wouldn't expect that at the "true" root, but you might have a virtual hosting setup which hides the "real" root.
What URL are you using to get to the form? E.g., on my machine,
http://localhost:8080/manage_propertiesForm
shows the add button just fine: the "add" form is beneath the form which allows saving or deleting properties.
Thanks URL: http://192.168.0.6:8080/manage_propertiesForm This also happens on my test server (Zope 2.8.3). Any other suggestions gratefully received. Regards Cameron
participants (2)
-
CSB -
Tres Seaver