vesta-webtrees-2-custom-modules / vesta_classic_laf

Vesta Classic Look & Feel (Webtrees 2 Custom Module)
https://cissee.de/
GNU General Public License v3.0
17 stars 2 forks source link

Incompatibility with webtrees 2.1.8 when adding a new person #102

Closed hartenthaler closed 1 year ago

hartenthaler commented 1 year ago

When adding a new wife to an existing man:

Undefined variable $cancel_url …/modules_v4/vesta_classic_look_and_feel/resources/views/edit/new-individual.phtml:24
#0 …/modules_v4/vesta_classic_look_and_feel/resources/views/edit/new-individual.phtml(24): Fisharebest\Webtrees\Webtrees::Fisharebest\Webtrees\{closure}()
#1 …/app/View.php(183): include('...')
#2 …/app/View.php(278): Fisharebest\Webtrees\View->render()
#3 …/app/Helpers/functions.php(145): Fisharebest\Webtrees\View::make()
#4 …/app/Http/ViewResponseTrait.php(50): view()
#5 …/app/Http/RequestHandlers/AddSpouseToIndividualPage.php(100): Fisharebest\Webtrees\Http\RequestHandlers\AddSpouseToIndividualPage->viewResponse()
ric2016 commented 1 year ago

Fixed in Vesta release 2.1.8.0.1.

hartenthaler commented 1 year ago

Now it is ok Thank you!