Open matks opened 4 years ago
Thanks for opening this issue! We will help you to keep its state consistent
@MatShir Might have already been done by @zuk3975 when he did https://github.com/PrestaShop/PrestaShop/pull/14040
@matks is it still planned for 1.7.7?
Its already in develop (and i think in 1.7.7) just hidden. You can test it by using admin-dev/sell/catalog/attribute-groups
. Added couple screenshots bellow.
@matks is it still planned for 1.7.7?
It has been migrated in 1.7.7 but, as @zuk3975 said, it was hidden because the other "Catalog > Attributes & Features" pages were not finished for 1.7.7 and it does not look good to show a group of pages related with half migrated and half legacy.
So it will be made available for 1.7.8 😊
@zuk3975 It looks like the following items are missing:
I'll do them 😉 so you can focus on Product page
Part of Symfony migration project Type: page
Actually, the "Catalog > Attributes & Features > Attributes" page shows what PrestaShop internally calls "attribute groups". And when we click "view" on an attribute group, we see this page which contains attribute values.
Looks like a regular listing with drag-and-drop for position column. Available through URL
admin-dev/sell/catalog/attribute-groups
then "view" actionStatus
Todo:
Check-List (copied from #13989)
App layer
Controller / routing
@AdminSecurity
annotations when eligible and@DemoRestricted
annotations when eligible_legacy_link
and_legacy_parameters
provided and explainedTemplate
form_rest()
andform_errors()
@PrestaShop
instead ofPrestaShopBundle
for template root path aliasingConventions
Core layer
Conventions
Polishing
Testing
*Eligible = easy to isolate and unit tests provide values (for example testing getters/setters is useless)