PrestaShop / prestafony-project

Some resources to help you migrate PrestaShop to Symfony 3
https://github.com/PrestaShop/prestafony-project/projects/1
11 stars 8 forks source link

Migrate Improve > Design > Link Widgets #25

Closed mickaelandrieu closed 4 years ago

mickaelandrieu commented 6 years ago

Migration to Symfony to the page located here: http://localhost/admin-dev/index.php?controller=AdminLinkWidget

Docs to follow

Locked by https://github.com/PrestaShop/prestafony-project/issues/11

PierreRambaud commented 6 years ago

This one si a module, should it be move to the core? :D https://github.com/prestashop/ps_linklist

mickaelandrieu commented 6 years ago

Well, I don't know... why is it a module @Quetzacoalt91? Do we need some features only available in modules?

mickaelandrieu commented 6 years ago

If we don't have a quick solution for it, we may do it in 1.7.6 instead, I've just didn't noticed this page came from a module... this is another one use case we need to work on it.

Quetzacoalt91 commented 6 years ago

Because this is not a critical feature expected in a shop (for instance in catalog mode). That's why we made it easily removed or replaced.

mickaelandrieu commented 6 years ago

so this should stay a module.

I don't have a solution right now for Module Controllers, I'll postpone this controller to 1.7.6, and during 1.7.5 we need to work on How we can migrate Module Controllers => https://github.com/PrestaShop/prestafony-project/issues/11

The roadmap has been updated, I need the validation of @eternoendless https://github.com/PrestaShop/prestafony-project/issues/10

mickaelandrieu commented 6 years ago

@PierreRambaud This is now possible to do Module Controllers, see => https://github.com/PrestaShop/prestafony-project/blob/master/docs/create-your-own-modern-controllers.md

So we don't need to move to the core, but in the end, the decision is not up to me...

Ping @eternoendless : for this module, should we re-introduce it to the core, or should we migrate the module to 1.7?