Skip to content
New issue

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

Parents are not shown if only the mother is known #17

Open
yannis opened this issue Sep 2, 2014 · 0 comments
Open

Parents are not shown if only the mother is known #17

yannis opened this issue Sep 2, 2014 · 0 comments

Comments

@yannis
Copy link

yannis commented Sep 2, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant