Igor Mukhin

Results 10 issues of Igor Mukhin

**Describe the proposed solution** Add `setSection` to `ResourceControllerEvent` and pass section from request configuration: ```php // sylius/resource-bundle/src/Bundle/Controller/EventDispatcher.php // ... $event = new ResourceControllerEvent($resource); $event->setSection($requestConfiguration->getSection()); ``` **Alternative solution** Add whole `requestConfiguration`...

Now you can write scenarios like this (with wildcards at etalon json): ``` Scenario: I can get the list via API When I set header "Accept" with value "application/json" And...

Hi, guys. When I'm using `OffsetFilter` and want, for example, iterate through 0-100 records of dataset with 1,000,000 records, progress hangs after 100-th record and proceed to iterate over dataset...

If balances not equal (so gift card used) - ability to click on `Used at orders` link/button and see page with `Orders list` where this `GiftCard` was used. - [x]...

enhancement

I wasn't right at https://github.com/Setono/SyliusGiftCardPlugin/issues/25 that csrf protects from brute force attack, so to protect from it, we probably should add some actual protection. Like https://www.google.com/recaptcha/intro/v3.html From other side, even...

question

For Customer, at account area, some page with list of all gift cards (balances and links to view it) will be great I guess As security option, probably Customer shouldn't...

enhancement

- [ ] Get url from `data-` atribute - [ ] Move block event listener to separate file - ...

**Sylius version affected**: 1.8 **Description** When I run behat tests after migrating my plugin's test application to Sylius 1.8 (following `UPGRADE-1.8.md` and even https://github.com/Sylius/PluginSkeleton/compare/1.7...master) - I see this error: ```...

Potential Bug