NotionCommotion
NotionCommotion
**API Platform version(s) affected**: 2..6.4 **Description** The autogenerated Open-API documentation for multipart prompts the user to enter a list of strings which presumably should be sent as an array like...
**API Platform version(s) affected**: 2.6.7 **Description** `EntityA` and `EntityB` use a different identifier than Doctrine. `EntityAB` use `EntityA`'s and `EntityB`s identifier as its identifier. When making an item request to...
**API Platform version(s) affected**: 2.6.7 **Description** I am working on a Multi-Tenenacy application where all entities are "owned" by a given Tenant. Instead of exposing the GeneratedValue surrogate ID common...
> The second however should work, but maybe `@self->city->postalCodes` will do? _Originally posted by @theofidry in https://github.com/nelmio/alice/issues/1019#issuecomment-678705589_ I believe `@self->city->postalCodes` is a good solution, but it doesn't appear to work....
**API Platform version(s) affected**: 2.7-beta.1 **Description** Routes with placeholders such as `/foo/{id}` overwrite other hardcoded routes such as `/foo/someText` and result in a _Invalid identifier value or configuration_ . Note...
Very nice library! I have a table where the first row and first column are headers and need to be fixed. I am close, but could only do one or...
When using a [scalar string as the identifier](https://api-platform.com/docs/core/identifiers/#identifiers), an _Unable to generate an IRI_ error occurs based on the content of the string. This occurs if a forward slash (`/`)...
First of all, thank you for this great software. Initially, I installed it using Symfony and doing so was very easy and I had no issues, however, I've wanted for...
Thanks for your work creating influxdb-php. I had the need to perform very large queries and process the data, however, memory limitations prevented me from doing so. One is now...
I would like to be able to make changes to the current page's HTML, and then make those changes permanent by change a given carousel page's DOM. Attached is how...