Describe the bug
When checking customer profil in admin area got the following error:
Call to a member function getCallable() on bool.
Faulty code:
if ($function !== null && is_callable($function->getCallable())) { in GdprExtension.php
This extension is directly related to sylius_plus, but in vanilla sylius, this twig extension does not exists.
To Reproduce
Go to /admin/customers/xxxxx
Expected behavior
No error
Screenshots
Error 500
Additional context
Add any other context about the problem here.
Describe the bug When checking customer profil in admin area got the following error: Call to a member function getCallable() on bool. Faulty code:
if ($function !== null && is_callable($function->getCallable())) {
in GdprExtension.phpThis extension is directly related to sylius_plus, but in vanilla sylius, this twig extension does not exists.
To Reproduce Go to /admin/customers/xxxxx
Expected behavior No error
Screenshots Error 500
Additional context Add any other context about the problem here.