We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Thanks for the great work… really useful to me.
It seems that parents of an individual are not shown in the tree if only the mother is known. This is not true if the father is the only known parent.
You can reproduce it by using the following data.json
[ {"id":2001, "name":"Rebecca Carter", "fathers":[], "mothers":[1], "gender":"F", "husb":[]}, {"id":1, "name":"Lydia Ames", "fathers":[], "mothers":[], "gender":"F", "husb":[]} ]
I'll try to fix this and send you a PR, but in the meantime it would be great if you had a quick fix.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Thanks for the great work… really useful to me.
It seems that parents of an individual are not shown in the tree if only the mother is known. This is not true if the father is the only known parent.
You can reproduce it by using the following data.json
I'll try to fix this and send you a PR, but in the meantime it would be great if you had a quick fix.
The text was updated successfully, but these errors were encountered: