--- ECHO_content/ECHO_collection.py 2004/05/07 15:59:11 1.67 +++ ECHO_content/ECHO_collection.py 2004/05/07 16:37:09 1.68 @@ -920,7 +920,7 @@ class ECHO_collection(Folder, Persistent def getGraphicCoords(self): """Give list of coordinates""" - subColTypes=['ECHO_collection','ECHO_externalLink','ECHO_resource'] + subColTypes=['ECHO_collection','ECHO_resource'] ids=[] for entrySearch in self.ZopeFind(self,obj_metatypes=subColTypes): object=entrySearch[1] @@ -935,7 +935,7 @@ class ECHO_collection(Folder, Persistent label=object.title else: label=object.getId() - ids.append([string.join(coord,", "),object.getId(),label,object,coordtemp,object.getViewClassification()]) + ids.append([string.join(coord,", "),object.getId(),label,object,coordtemp,object.viewClassification]) return ids