admin
admin copied to clipboard
A beautiful and fully-featured administration interface builder for hypermedia APIs
**Description** At the moment the default implementation for lists/datagrids isn't responsive on mobile devices. It would be nice if the admin package could take care of this so you don't...
**API Platform version(s) affected**: 2.6.8 **Description** The administration panel is displayed, while clicking the action causes an error in the console BUG: Uncaught Error: Maximum update depth exceeded. This can...
**API Platform version(s) affected**: 2.4.3 **Description** I tried setting useEmbedded to true in my data provider (followed the example in [APIP documentation](https://api-platform.com/docs/admin/handling-relations/)). I created create and edit forms following the...
Since react-admin 4 now supports passing arbitrary data to data providers through the `meta` parameter, it should be possible to add a support to nested resources (subresources).
**Description** Hey! I am currently using APIP with this admin package to build a UI on top of my API. Most of my resources have multiple many-to-one or many-to-many relationships,...
This crashes `` while this works ``. It would be nice to support for non-absolute URLs, especially now that the distribution exposes the API and the PWA on the same...
I've been trying to implement a bulk action in react-admin which uses the Symfony Messenger integration in the backend api-platform api. This is from following: https://api-platform.com/docs/core/messenger/ https://marmelab.com/react-admin/Actions.html#using-a-custom-action-creator At first I...
**Description** Currently it seems like the Guessers are using the field name as key for some reason? That causes the console to be rightfully flooded with errors like this: `...
For example i have Product with Image Object as the entity that handles the image . While Creating/Editing I need to select any imageobject that i have created, but i...
#249 is closed with the words that Hydra documentation could not be used. So, in my case I have this: ``` // instead of InputGuesser, which doesn't detect as expected...