Releases: spryker/product-attribute-gui
Releases · spryker/product-attribute-gui
1.2.5
1.2.4
Included commits: 1.2.3...1.2.4
Bugfixes
- Adjusted the
readonlyattribute for the input fields in the product attribute management view.
1.2.3
Included commits: 1.2.2...1.2.3
Bugfixes
- Fixed a bug in
AttributeControllerto handle form validation only in case the forms were submitted.
1.2.2
1.2.1
1.2.0
1.1.0
Included commits: 1.0.8...1.1.0
Improvements
- Added CSRF form
Spryker\Zed\ProductAttributeGui\Communication\Form\AttributeCsrfFormfor product attribute related controllers. - Added CSRF validation for product attribute related controllers.
1.0.8
Included commits: 1.0.7...1.0.8
Bugfixes
- removed
require('ZedGui');from every entry point in order to speed Zed building
1.0.7
1.0.6
Included commits: 1.0.5...1.0.6
Bugfixes
- Replaced text names for types
$builder->add('foo', 'text')is replace by$builder->add('foo', TextType::class). - Removed form constructor.
- Forms now extend Spryker's AbstractType.
- Use FQCN instead of instances in FormBuilder.