Releases: spryker/product-attribute-gui
Releases · spryker/product-attribute-gui
1.3.2
Included commits: 1.3.1...1.3.2
Fixes
- Adjusted
product-attribute.jsso nowlengthattribute can be added to a product.
1.3.1
1.3.0
Included commits: 1.2.12...1.3.0
Fixes
- Adjusted
AttributeController::createAction()andAttributeController::editAction()to accept data for thevaluesfield on the attributes form.
1.2.12
1.2.11
Included commits: 1.2.10...1.2.11
Fixes
- Adjusted
AttributeFormDataProvider::getData()method so now the predefined values for an attribute are correctly displayed on the attribute edit page.
1.2.10
1.2.9
Included commits: 1.2.8...1.2.9
Fixes
- Refactored
ContainerInterfacearray access usage toContainerInterface::set()method usage.
1.2.8
Included commits: 1.2.7...1.2.8
Fixes
Adjusted attribute-table.twig, so that the attributes table has a horizontal scroll bar for a large number of columns.
1.2.7
Included commits: 1.2.6...1.2.7
Bugfixes
- Adjusted the
product-attribute.jsto reset search results before saving the form data.
1.2.6
Included commits: 1.2.5...1.2.6
Improvements
- Adjusted
Presentation\Attribute\create.twigwith the usage ofassetsPathTwig function. - Adjusted
Presentation\Attribute\edit.twigwith the usage ofassetsPathTwig function. - Adjusted
Presentation\Attribute\translate.twigwith the usage ofassetsPathTwig function. - Adjusted
Presentation\View\product-abstract.twigwith the usage ofassetsPathTwig function. - Adjusted
Presentation\View\product.twigwith the usage ofassetsPathTwig function.