Error in person.get_citation_child_list. Causes error in merging citation in person event reference attribute. (Discovered during investigation of 0006336: Delayed update of bottom bar in Person View after merge)
svn: r21195
This commit is contained in:
		@@ -390,7 +390,8 @@ class Person(CitationBase, NoteBase, AttributeBase, MediaBase,
 | 
			
		||||
                 self.address_list +
 | 
			
		||||
                 self.attribute_list +
 | 
			
		||||
                 self.lds_ord_list +
 | 
			
		||||
                 self.person_ref_list
 | 
			
		||||
                 self.person_ref_list +
 | 
			
		||||
                 self.event_ref_list
 | 
			
		||||
                )
 | 
			
		||||
 | 
			
		||||
    def get_note_child_list(self):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user