Daniel Hlaváček

Results 84 comments of Daniel Hlaváček

Hi, I changed it a bit by your suggestions: - Preview now opens in a new tab. (_a new tab opens and each time you press this button, the tab...

Ready for review! :-) @zuk3975 @kpodemski

@PrestaEdit We can add `$this->setFieldsToUpdate(null);` somewhere around here: https://github.com/PrestaShop/PrestaShop/blob/434137b764ab0faa9de420a0a8ec54a039165dd0/classes/ObjectModel.php#L871 and it would be solved.

@MatShir @kpodemski OK, let's do it! :-) **Few things to clarify:** - Which language it should open in? The employee default one like on product page? - About multistore: -...

@bullmade @ElodieOS PR ready https://github.com/PrestaShop/PrestaShop/pull/29678

@bullmade Modified both "Save" buttons to stay on the edit page after saving. ;-)

@zuk3975 ✅ Constraints added and working. For both single and bulk edit. ![constraints](https://user-images.githubusercontent.com/6097524/188833905-89153273-108c-4927-9d42-86590938ed3c.jpg) ![bulk](https://user-images.githubusercontent.com/6097524/188834319-e835c040-0fbb-4088-85ba-4296336e153f.jpg) ✅ Fixed Product::updateAttribute

Hi @zuk3975 @atomiix @kpodemski - I added behaviour tests for saving and deleting the availability labels from combination. - I added tests to `tests/Integration/Adapter/Presenter/Product/ProductLazyArrayTest.php` to test proper output of lazy...