Version: AIO64-5.2.2-r1-f905d14
When importing an XML Gramps file (one person, two events, one citation of one source, two places) importation is fine but the second event (death - décès [fr]) don’t display in person view:
I’ve to open the person editor where you can see two events:
and then open and close (save) the death event.
After this useless action, I can close the person editor and now I can see both events in person view:
For example, this is one of these xml files:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE database PUBLIC "-//Gramps//DTD Gramps XML 1.7.1//EN"
"http://gramps-project.org/xml/1.7.1/grampsxml.dtd">
<database
xmlns='http://gramps-project.org/xml/1.7.1/'>
<places>
<placeobj handle='0191b8b5-4dc0-7cfc-908e-d9104de204ac' change='1725463872142' type='City' id='P00000'>
<code>56134</code>
<pname value='Mohon'/>
</placeobj>
<placeobj handle='0191b8b5-4fe9-77a4-a476-c3f72331033d' change='1725463872635' type='City' id='P00001'>
<code>56134</code>
<pname value='Mohon'/>
</placeobj>
</places>
<citations>
<citation handle='0191b8b5-4b8a-797b-84de-1d136c6ef5ef' change='1725463871662' id='C00000'>
<confidence>2</confidence>
<page>Fichier 2002, ligne n° 328386. Fiche décès. Audrain, Marie-Therese Marguerite Leontine; Acte n° 19</page>
<srcattribute type='URL' value='https://deces.matchid.io/id/zi-XZn5ugPPO'></srcattribute>
<srcattribute type='Consulté le' value='2024-09-04'></srcattribute>
<sourceref hlink='_fb133413e0f7180ab5cd133636e'/>
</citation>
</citations>
<sources>
<source handle='_fb133413e0f7180ab5cd133636e' change='1725463871188' id='S00000'>
<stitle>INSEE. Fichier des décès depuis 1970</stitle>
<sauthor>INSEE</sauthor>
</source>
</sources>
<header>
<researcher>
<resaddr>48</resaddr>
<rescountry>France</rescountry>
<respostal>93</respostal>
<resemail>patrice</resemail>
<rescity>Le Raincy</rescity>
<resname>Legoux, Patrice</resname>
<resphone>+336</resphone>
</researcher>
<created date='2024-09-03' version='AIO64-5.2.2-r1-f905d14'/>
</header>
<people>
<person handle='0191b8b5-5640-735f-aa24-045c253b4400' change='1725463874170' id='I00000'>
<gender>F</gender>
<name type='Birth Name'>
<surname>Audrain</surname>
<first>Marie-Therese Marguerite Leontine</first>
</name>
<citationref hlink='0191b8b5-4b8a-797b-84de-1d136c6ef5ef'/>
<eventref role='Primary' hlink='0191b8b5-51f9-78b7-bfc3-e8b7dcee8295'></eventref>
<eventref role='Primary' hlink='0191b8b5-5426-75d8-8231-687192866a76'></eventref>
</person>
</people>
<events>
<event handle='0191b8b5-51f9-78b7-bfc3-e8b7dcee8295' change='1725463873138' id='E00000'>
<dateval val='1936-05-05'/>
<citationref hlink='0191b8b5-4b8a-797b-84de-1d136c6ef5ef'/>
<place hlink='0191b8b5-4dc0-7cfc-908e-d9104de204ac'/>
<type>Birth</type>
</event>
<event handle='0191b8b5-5426-75d8-8231-687192866a76' change='1725463873636' id='E00001'>
<dateval val='2002-07-10'/>
<citationref hlink='0191b8b5-4b8a-797b-84de-1d136c6ef5ef'/>
<place hlink='0191b8b5-4fe9-77a4-a476-c3f72331033d'/>
<type>Death</type>
</event>
</events>
</database>
I’ve generated it from this URL matchID - Moteur de recherche des décès (French deaths national database) using an automation I’ve made [fr].
A bug in that import gramplet ?