--- OSAS/OSA_system/OSAS_addfiles.py 2003/10/11 16:44:23 1.11 +++ OSAS/OSA_system/OSAS_addfiles.py 2003/10/12 21:19:13 1.12 @@ -222,7 +222,7 @@ class OSAS_add_contextData(Folder): return pt() - def addContextData2(self,path,collection,context,science,practice,source_type,period,link,label,description,content_type,responsible,credits): + def addContextData2(self,path,collection,context,science,practice,source_type,period,link,label,description,content_type,responsible,credits,weight): """Hinzufuegen der Resource""" splitted=path.split("/") @@ -235,10 +235,10 @@ class OSAS_add_contextData(Folder): exec("collection_object=self"+collection) - ECHO_collection.manage_AddECHO_resource(collection_object,context,science,practice,source_type,period,id,title,label,description,content_type,responsible,link,metalink,credits,RESPONSE=None) - + ECHO_collection.manage_AddECHO_resource(collection_object,context,science,practice,source_type,period,id,title,label,description,content_type,responsible,link,metalink,credits,weight,RESPONSE=None) + getattr(collection_object,id).ECHO_getResourceMD() - + #return "BLUByy" return self.REQUEST.RESPONSE.redirect(self.REQUEST['URL2']+'?path='+path) manage_options = Folder.manage_options+(