mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix display of gender label in the filiation
This commit is contained in:
parent
1e52a93cbe
commit
22ce16ef49
5
.changes/unreleased/Fixed-20241211-141225.yaml
Normal file
5
.changes/unreleased/Fixed-20241211-141225.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
kind: Fixed
|
||||
body: 'Filiation: fix the display of the gender label in the graph'
|
||||
time: 2024-12-11T14:12:25.68131853+01:00
|
||||
custom:
|
||||
Issue: ""
|
@ -173,7 +173,7 @@ const store = createStore({
|
||||
person.group = person.type;
|
||||
person._id = person.id;
|
||||
person.id = `person_${person.id}`;
|
||||
person.label = `*${person.text}${person.deathdate ? " (‡)" : ""}*\n_${person.gender.label.fr}${age}_${debug}`;
|
||||
person.label = `*${person.text}${person.deathdate ? " (‡)" : ""}*\n_${person.gender.label}${age}_${debug}`;
|
||||
person.folded = false;
|
||||
// folded is used for missing persons
|
||||
if (options.folded) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user