fisharebest / webtrees

Online genealogy
https://webtrees.net
GNU General Public License v3.0
462 stars 299 forks source link

Individual lists always default to excluding married names #4833

Closed andrewgoz closed 1 year ago

andrewgoz commented 1 year ago
  1. Go to either of the demo webtrees sites, e.g. the Dev one, and open Lists -> Individuals: https://dev.webtrees.net/demo-dev/tree/demo/individual-list
  2. Select "A". There is one surname, "Armstrong-Jones", the number of individuals is "6", and the link near the top is showing "Include individuals with 'A...' as a married name".
  3. Click "Include individuals with 'A...' as a married name". The page will reload and that link will change to "Exclude individuals..." Now the number shown is "7". This is all correct so far.
  4. Click on the "A" again to re-select the same list. The include/exclude link continues to show "Exclude..." indicating that the list of names should be including married names (correctly - since that is what we had just selected), but the number of individuals has reverted to "6", indicating the list of names is actually (incorrectly) excluding married names.