Adrien Foulon
Adrien Foulon
Hi, Any way you could add the typescript definition to the package? It should be very straightforward with rollup
Fixes #51499 without changing the merge behavior (see `testMergeRules` in the PR that #39368 wouldn't have passed), simply preserve all the keys passed to the validator rules ### Bug description...
### Prerequisites - [X] I understand and accept the project's [code of conduct](https://github.com/PrestaShop/PrestaShop/blob/develop/CODE_OF_CONDUCT.md). - [X] I have already [searched in existing issues](https://github.com/PrestaShop/PrestaShop/issues?q=is%3Aissue+label%3ABug) and found no previous report of this bug....
Fixes #2607 We can use the user provided handler and simply add render cases via methods, so we don't need to provide our own exception handler, which will alleviate the...
## Description When duplicating a model with the duplicate feature, the slug is not created, resulting in routing issues, when saving a model outside of twill, the slug is also...
## Description Sometimes we need to be able to customize how the search works in a controller to search in a relation, or maybe to run a specific search, or...
The method `getFullUrl` has an unexpected side effect, because it constructs the controller of the model which binds a different exception handler even if the request doesn't originate from twill...
Repeaters are registered in the Controller constructor without any model (I'm guessing so that the repeaters are available to the TwillBlocks facade early on) But this is problematic as then...
Now that pint is the standard for laravel project, it would be nice to switch to it, it uses phpcs under the hood but with an extensive set of rules...