-
Calling the AdminActionService's `action` method with `$method` = 'POST' causes throwing `\InvalidArgumentException`
```
(new AdminActionService(...))->execute('POST', ...);
```
The allow lis…
-
Hi,
currently it is not possible to use the AdminActionService for uploading media as binary. Only url based upload is supported.
See: https://shopware.stoplight.io/docs/admin-api/ZG9jOjEyNjI1Mz…
-
In `Vin\ShopwareSdk\Service\AdminActionService` the `$data` parameter has type `array`:
```php
class AdminActionService extends ApiService
{
public function execute(string $method, string $p…
-
### PHP Version
8.0
### Shopware Version
6.4.7.0
### Expected behaviour
```
Start custom block 1
Block two!
End custom block 1
```
### Actual behaviour
```
Start custom block…
-
If a search call is done with a custom definition, there will be a schema call for each entity of the results.
The reason for this is, that the InfoService is instantiated for each entity.
http…
-
Update Feb 6, 2024 - Released as part of Docker Desktop 4.27 - https://www.docker.com/blog/announcing-synchronized-file-shares/
Update Nov 9, 2023 - [As announced in June, Docker has acquired Mutag…
-
### Question
Does this plugin includes the admin api plugin to use the repositories?
-
Nach dem Letzten Update killt das Plugin den Shop.
Ich habe versucht neu zu installieren, caches zu löschen etc. Bringt alles nichts.
[12-Oct-2020 10:53:14 Europe/Berlin] PHP Fatal error: Uncau…
-
Currently, it is not possible to set criteria limit to `null`.
But this should be possible to allow lists without pagination:
https://github.com/shopware/platform/blob/7ed33d9f1ba28888eec93b3ff4f9…
-
# Background
The problem was initially reported [here](https://twitter.com/_Codito_/status/1551696130735480832), @samsonasik gave feedback that it's caused by rectorphp/rector-src#2589 and I should…