[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/adapter -
__init__.py:1.2.12.2
Garrett Smith
garrett at mojave-corp.com
Mon Feb 16 12:40:55 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/browser/services/adapter
In directory cvs.zope.org:/tmp/cvs-serv31423/src/zope/app/browser/services/adapter
Modified Files:
Tag: ozzope-widgets-branch
__init__.py
Log Message:
Continued refactoring of widgets machinery - still work in progress.
=== Zope3/src/zope/app/browser/services/adapter/__init__.py 1.2.12.1 => 1.2.12.2 ===
--- Zope3/src/zope/app/browser/services/adapter/__init__.py:1.2.12.1 Sun Feb 8 23:31:44 2004
+++ Zope3/src/zope/app/browser/services/adapter/__init__.py Mon Feb 16 12:40:24 2004
@@ -53,7 +53,7 @@
def refresh(self):
if "FINISH" in self.request:
- data = getWidgetsData(self, IAdapterRegistration, strict=True)
+ data = getWidgetsData(self, IAdapterRegistration)
registration = AdapterRegistration(**data)
publish(self.context.context, ObjectCreatedEvent(registration))
registration = self.context.add(registration)
More information about the Zope3-Checkins
mailing list