SyliusResourceBundle icon indicating copy to clipboard operation
SyliusResourceBundle copied to clipboard

Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP

Results 126 SyliusResourceBundle issues
Sort by recently updated
recently updated
newest added

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | yes | Sylius...

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no | Sylius...

**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`...

**Sylius version affected**: 1.x.x **Description** Currently if you try to PUT some resource that doesn't yet exists, e.g. `PUT /api/v1/products/notYetExistingProduct` you'll get a `404` response and nothing will be created....

Bug
RFC

https://github.com/Sylius/SyliusResourceBundle/blob/2eb0c79d2f3a6331feb35f758e8460fd254d2e0c/src/Bundle/Storage/CookieStorage.php#L67 Can we cast $value to string?

**Sylius version affected**: 1.x **Description** For any resource, it should be possible to get the Doctrine class metadata using any of the interfaces for the resource defined at the component...

The API test of this plugin are very basic. This means that the code behind it can change without anyone noticing one thing that definitely needs to be fixed is...

Now sylius resource bundle allows to use autowiring, we need a documentation how to use it.

How can I use security voters in Sylius ResourceBundle? I can not find anything that explains how to do it in the documentation.

First, while the aleph.io literate documentation site is cool, we aren't currently keeping it up-to-date, and would have to bug Zach for access if we wanted to. On top of...

feature request
good first issue