admin icon indicating copy to clipboard operation
admin copied to clipboard

A beautiful and fully-featured administration interface builder for hypermedia APIs

Results 102 admin issues
Sort by recently updated
recently updated
newest added

Hi API Platform Admin Team, I was previously using API Platform v3.3.7 for my backend and API Platform Admin v3.4.7 for my frontend. After upgrading to API Platform v4.0.2 and...

**API Platform version(s) affected**: x.y.z #### Backend v3.3.12 #### Frontend "@api-platform/admin": "^4.0.1", **Description** When I click on a resource for the first time a lot of requests will fire. Here...

**API Platform version(s) affected**: v4.0.7 **Description** Many of the available Filters in api-platform/core seem to not be properly supported by the PWA. In my example, the following SearchFilter and OrderFilter...

| Q | A | ------------- | --- | Branch? | main | Tickets | partially fixes #626 | License | MIT | Doc PR | - Also apply sort...

**API Platform version(s) affected**: 4.0.6 **Description** When I remove the `POST` operation from an `ApiResource`, the Admin UI throws the following error: `Cannot find the class related to https://localhost/api/docs.jsonld#Entrypoint/[RESOURCE_NAME]` Enabling...

**Description** OpenAPI 3.1 specification defines Schemas properties nullable types as described below [to follow JSON Schema 4](https://github.com/api-platform/core/issues/6803#issuecomment-2482346583). API Platform Admin [openAPI schema Analyzer](https://github.com/api-platform/admin/blob/main/src/openapi/schemaAnalyzer.ts#L28) does not process nullable type and fallback...

Following RA ["Upgrading to v5"](https://marmelab.com/react-admin/Upgrade.html#editprops-and-createprops-now-expect-a-children-prop) it fixes `UseOnSubmitProps` type to not to require unused `children` prop.

RFR

**API Platform version(s) affected**: 4.0.11 **Description** Authentication based on the example from docs https://api-platform.com/docs/admin/authentication-support/ leads to the weird side effect - PATCH requests fail with error stating that ```The content-type...

**Description** For many of my resources, I've overridden the ApiResource operations to not include the `Delete` operation. The Api Platform React Admin resource edit form still shows the DeleteButton at...