Dmitri Pisarev
Dmitri Pisarev
Fix deprecated .live()!
Resolves: https://github.com/Sylius/Sylius/issues/10544
**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....
I'd love to have vertical tabs degradable to accordion as well! Can provide a PR if needed. Guess it can be done with mere css though.
#### Perceived Problem This plugin provides you with automatically generated resolvers for relation fields. But it would be nice if it provided you with some filtering options automatically generated for...
I tried hard to implement it differently at the time, but what we have now requires tens of clicks to pick the correct time. The problem is that we'd be...
Currently if you replace an image resource in Media browser, there is no way to configure automatic Fusion cache flushing for nodes that use that image. I have no idea...
It fails with this stack trace: https://gist.github.com/anonymous/66e93990878ae924284497327f53df32 See mysql error when executed from console: ``` mysql> SELECT DISTINCT(id_field) FROM collection_field_fieldvalue WHERE type='seo' AND id_collection=4 ORDER by score desc; ERROR 3065...