Igor Mukhin

Results 27 comments of Igor Mukhin

@Roshyo I see it was upgraded to support Sylius 1.10 so I guess it is maintained :) https://github.com/FriendsOfSylius/SyliusImportExportPlugin/commits/master

Thanks for reporting, @sahnhi https://github.com/Setono/SyliusGiftCardPlugin/commit/e80c1783421b3237df7484a6ff2802ea7d7781fb#diff-b6158aa28c380775c04f4a5a6e2ceb57802addf71ca99777287cefa67de1d7e9L10 I guess we need ``` giftCardId: $id ``` rather than ``` giftCard: $id ``` This should fix the issue. @sahnhi, don't you mind to try...

Related article: https://github.com/FriendsOfSylius/SyliusGoose/blob/master/StepByStep/WYSIWYG_EDITOR_IN_ANY_FORM.md

Thanks for PR, @arjanfrans But the proper solution would be to create and use a new repository method as described here: https://github.com/Setono/SyliusFeedPlugin/issues/62#issuecomment-961829127

I believe this can be fixed this way: - (at plugin repository) Create `findReadyToBeProcessed` rather than `findEnabled` which return enabled records in proper state. - (at server side) Run processing...

@ideaconnect, could you please let us know how you fixed configuration?

@athos7933 Thanks for reply :) For now we ended up to not migrate our plugins test apps to 1.8, and found a way how to stick plugins apps to 1.7....

All that tools runs slow as we have a lot of files. And I believe devs should run them manually, as running them before each commit will dramatically slow down...