Changeset 144 for waeup_product/trunk/skins/waeup_student
- Timestamp:
- 3 Nov 2005, 08:41:59 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_student/add_accommodation.py
r139 r144 37 37 ) 38 38 elif psm == 'valid': 39 oid = "%s" % ds.get(' Title').replace(' ','')39 oid = "%s" % ds.get('heading').replace(' ','') 40 40 context.invokeFactory(type_name,oid) 41 41 object = getattr(context,oid) 42 ds.set('title',ds.get('heading')) 42 43 object.getContent().edit(mapping=ds) 43 44 context.notifyCPSDocumentCreation(ob=object)
Note: See TracChangeset for help on using the changeset viewer.