Fix ownereditor popup menu handling
svn: r12550
This commit is contained in:
@@ -107,3 +107,9 @@ class Researcher(LocationBase):
|
||||
self.name = other_researcher.name
|
||||
self.addr = other_researcher.addr
|
||||
self.email = other_researcher.email
|
||||
|
||||
def get(self):
|
||||
return [getattr(self, value) for value in
|
||||
['name', 'addr', 'city', 'state',
|
||||
'country', 'postal', 'phone', 'email']
|
||||
]
|
||||
|
Reference in New Issue
Block a user