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

webtrees-2.1 necessary changes #38

Closed ddrury closed 2 years ago

ddrury commented 2 years ago

The following changes to webtrees-pedigree-chart\resources\views\modules\pedigree-chart\page.phtml are required to meet webtrees-2.1 requirements

lines 114/115 change data-toggle to data-bs-toggle line 230 change data-ajax-url to data-wt-ajax-url

magicsunday commented 2 years ago

see https://github.com/magicsunday/webtrees-pedigree-chart/blob/2.1/resources/views/modules/pedigree-chart/page.phtml#L114

ddrury commented 2 years ago

Apologies