--- OSAS/OSA_system/OSAS_addfiles.py 2003/10/12 21:19:13 1.12 +++ OSAS/OSA_system/OSAS_addfiles.py 2003/12/05 14:57:03 1.13 @@ -225,10 +225,11 @@ class OSAS_add_contextData(Folder): 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("/") - + #print "BLU" id=splitted[len(splitted)-1] title=splitted[len(splitted)-1] metalink=self.REQUEST['SERVER_URL']+path+"/index.meta" + #link=TOBEDONE" """Hinzufügen der Ressource""" @@ -236,8 +237,11 @@ 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,weight,RESPONSE=None) - - getattr(collection_object,id).ECHO_getResourceMD() + #print "HI5" + try: + getattr(collection_object,id).ECHO_getResourceMD() + except: + """nothing""" #return "BLUByy" return self.REQUEST.RESPONSE.redirect(self.REQUEST['URL2']+'?path='+path)