hartenthaler / hh_extended_family

webtrees - showing the extended family of an individual (like cousins and uncles, aunts, ...)
GNU General Public License v3.0
22 stars 9 forks source link

Support tree preference SHOW_PRIVATE_RELATIONSHIPS #170

Open hartenthaler opened 1 year ago

hartenthaler commented 1 year ago

In FancyTreeviewModule.php there is if ($person->tree()->getPreference('SHOW_PRIVATE_RELATIONSHIPS')) {

The extended family module should support this tree preference, too.