[Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/app/schemacontent/browser/__init__.py
	Though well documented,
	this XXX makes not much sense (due to my own bad
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Thu Jul  8 18:36:47 EDT 2004
    
    
  
Log message for revision 26260:
Though well documented, this XXX makes not much sense (due to my own bad 
English). Remove it. 
-=-
Modified: Zope3/trunk/src/zope/app/schemacontent/browser/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/schemacontent/browser/__init__.py	2004-07-08 22:35:29 UTC (rev 26259)
+++ Zope3/trunk/src/zope/app/schemacontent/browser/__init__.py	2004-07-08 22:36:47 UTC (rev 26260)
@@ -189,14 +189,4 @@
         self.label = 'Edit %s' %context.__name__
         super(EditContentComponentInstanceView, self).__init__(context,
                                                                request)
-        # XXX We have a proxied SimplyViewClass here. 
-        # We have no permission for to edit the fields
-        # from the given schema. 
-        # We need the permission to set the fields back
-        # from the SimplyViewClass instance to the context
-        
-        # I see no way for set this in the configure.zcml
-        # because we don't know the schema or the fields.
-        # And in the schema is just the attribute
-        # generated_form allowed for to save. ???
 
    
    
More information about the Zope3-Checkins
mailing list