[Zope-dev] manage_tabs

2001-05-04 Thread Magnus Heino (Rivermen)
Hi. In my Zope product, I've got this; manage_options = SimpleItem.manage_options+( {'label':'Edit', 'action':'manage_main'}, ) If I view the management sceen of this product, I get four tabs (Undo, Ownership, Security and Edit). But If I click on Edit, all tabs but the edit tab

RE: [Zope-dev] manage_tabs

2001-05-04 Thread Adrian Hungate
Title: RE: [Zope-dev] manage_tabs Could this be an Internet Explorer failing to pass the AUTH info problem? It sounds as though you are getting access to the edit tab via Anonymous permissions (Have you restricted access to the manage_main method using the __permissions__ settings

SV: [Zope-dev] manage_tabs

2001-05-04 Thread Magnus Heino (Rivermen)
Title: RE: [Zope-dev] manage_tabs Well, right now I'm doing it like this... security = ClassSecurityInfo() security.declarePublic('manage_editForm')manage_editForm = DTMLFile('dtml/editForm', globals())security.declarePublic('manage_main')manage_main = manage_editForm Browser doesn't