admin
admin copied to clipboard
A beautiful and fully-featured administration interface builder for hypermedia APIs
**API Platform Core version**: 2.6.4 **API Platform Admin version**: 2.6.0 **Description** Error message description is not shown if something went wrong while deleting record using dataProvider. **How to reproduce** 1....
Hi guys, is it possible to show "id" on all list and also in the forms (even if the input is disabled)? this without writing custom guesser ? Thanks!
**Description** In this line in code https://github.com/api-platform/admin/blob/5badc1f19024c1800a60431e575219039b86d0b6/src/hydra/dataProvider.js#L340 is forced PUT for update operation. s it posible to somehow detect if schema is using `put` or `patch`? JsonLD is displaying this...
**API Platform version(s) affected**: 2.2.3 , 2.4.2 **Description** I need to filter (SearchFilter) a resource with one of its association property. But in the filters in the admin page, I...
Hi guys, great package! Do you think it makes sense to publish the `hydraClient` as a standalone npm package, and mention it in https://marmelab.com/admin-on-rest/RestClients.html?
| Q | A | ------------- | --- | Branch? | main | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix...
**API Platform version(s) affected**: 2.6.2 **Description** I am using useEmbedded true. Because of that I was required to setup ListGuesser for resource manually, like in docs for admin. My API...
Hello, We have a custom filter defined on our API, the parameter name is modificationRestrict and not rely on a property. I see that the code hide this filter because...
In case of multiple resources with the same IRI, the hydraClient merge all into one? Test case: - two resources, `Offer1` and `Offer2` (iri=http://schema.org/Offer) - one resource `Order` with _OneToMany_...
**API Platform version(s) affected**: 2.0.1 **Description** Fields "SelectInput" are not substituted by translation. Instead of translating "label" they always have a field name **How to reproduce** The problem is in...