magicsunday / webtrees-pedigree-chart

SVG based pedigree chart module for webtrees genealogy application.
GNU General Public License v3.0
49 stars 16 forks source link

Track upstream #33

Closed ddrury closed 3 years ago

ddrury commented 3 years ago

Upstream commit https://github.com/fisharebest/webtrees/commit/d4786c66945cca20d5ce34ac3cf08cf5a5110ae2 changed data attributes.

Need to change modules_v4\webtrees-pedigree-chart\resources\views\modules\pedigree-chart\page.phtml lines 214/215 to

document.getElementById("pedigree-chart-url")
    .setAttribute('data-wt-ajax-url', ajaxUrl);

Change also required in descendants chart

magicsunday commented 3 years ago

Thanks. Is fixed in latest master.