Laurent WILLEMS

Results 6 comments of Laurent WILLEMS

Got the same issue with panther and boostrap5 I fixed it temporaly by using location of my attribute and javascript scrolling ``` php $client->executeScript("window.scrollTo({$attribute->getLocation()->getX()}, {$attribute->getLocation()->getY()})"); ```

@imaximius i can confirm issue comes from getAllowedAttributes comparison (snakeCase in ES vs CameCasel in models) @meyerbaptiste got ideas to solve this ? Regards

@lchrusciel Build seems fail on php memory limit issue ?

@lchrusciel i have fixed a typo issue breaking build with overidde, seems #436 merged ? Regards

> Hey Laurent, the current issue is related to Docker itself: https://travis-ci.com/github/Sylius/Sylius-Standard/jobs/423497979#L2986 > > Have you tested the current build on your machine? Do you think, you could fix our...

Same thing with stimulus.js (symfony ux) overrided ea layout.html.twig ``` twig {% extends '@!EasyAdmin/layout.html.twig' %} {% block content %} {{ include('/admin/crud/includes/_action_modal.html.twig') }} {{ parent() }} {% endblock %} ``` _action_modal.html.twig...