Change order of Event Reference Notes and Notes (#1281)

Fixes #012356
This commit is contained in:
Serge Noiraud 2021-12-03 10:33:59 +01:00 committed by GitHub
parent d3df718174
commit d0bd9b5b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -835,9 +835,9 @@ class BasePage:
trow += Html("td", srcrefs, class_="ColumnSources", rowspan=2)
# get event notes
notelist = event.get_note_list()[:] # we don't want to modify
# cached original
notelist.extend(event_ref.get_note_list())
notelist = event_ref.get_note_list()
notelist.extend(event.get_note_list()[:]) # we don't want to modify
# cached original
htmllist = self.dump_notes(notelist, Event)
# if the event or event reference has an attribute attached to it,