Jonathan Lelievre

Results 38 issues of Jonathan Lelievre

| Questions | Answers | ----------------- | ------------------------------------------------------- | Branch? | 8.0.x | Description? | When a hook was called in Symfony but without being in the database it never...

Improvement
8.0.x

| Questions | Answers | ----------------- | ------------------------------------------------------- | Branch? | 8.0.x | Description? | Update guzzle and smarty dependencies | Type? | improvement | Category? | PM | BC...

Improvement
8.0.x
Needs documentation

| Questions | Answers | ----------------- | ------------------------------------------------------- | Branch? | 8.0.x | Description? | Update licenses in all core files that needed it | Type? | improvement | Category?...

Improvement
8.0.x

| Questions | Answers | ----------------- | ------------------------------------------------------- | Branch? | 8.0.x | Description? | Fix wording namespace + Remove translations from modules that weren't supposed to be there |...

Improvement
Waiting for wording
8.0.x

This page https://devdocs.prestashop.com/1.7/modules/creation/adding-configuration-page/ explains how to build a configuration form in a legacy way It would be nice to enrich it and explain how to do it in a Symfony...

`ObjectModel` has a partial update feature that is hardly used I was extensively used for the Product page migration, but it's the first real use case in the core (besides...

Finish detailing product form types along with commands

waiting for author
Needs backport
1.7.x

In the migrated page we use FOSRoutingBundle to use the Symfony routes in the frontend (JavaScript). Example: ``` this.router.generate('admin_addresses_edit', { addressId: address.addressId, liteDisplaying: 1, submitFormAjax: 1, }); ``` We need...

question

PrestaShop javascript components are now accessible via aliases We need to explain how a module can use these components and setup its module webpack environment to use them easily

question

| Questions | Answers | ------------------| ------------------------------------------------------- | Description? | Add auto generated hooks via Core command for 8.0.0, these are the same hooks as this one for the core...

waiting for QA
waiting for author