admin
admin copied to clipboard
A beautiful and fully-featured administration interface builder for hypermedia APIs
Continuation of #498 that did not cover `undefined` meta param what happen in case of using pure RA Edit/Create component, ex.: https://github.com/marmelab/react-admin/blob/master/packages/ra-core/src/controller/edit/useEditController.ts#L159 Fix #555.
**API Platform version(s) affected**: 3.3.3 **Description** Why does my page remain empty despite successful XHR requests? Hello everyone again, I'm working with a page that successfully fetches data according to...
Overriding admin element by `admin` prop in HydraAdmin/ OpenApiAdmin (for example like here: https://github.com/api-platform/admin/issues/551#issuecomment-2095514796) works as expected however tsc compilation throws an error: `Property 'admin' does not exist on type...
**API Platform version(s) affected**: 3.4.7 **Description** I have a very basic setup of the admin running. ``` import React from "react"; import { createRoot } from "react-dom/client"; import { HydraAdmin,...
**Description** Support react-admin v5: https://marmelab.com/blog/2024/06/20/react-admin-v5.html **Example** https://github.com/api-platform/demo/pull/421
need help on this as I'm not sure it's the correct way to add tests, also the click on the submit button doesn't redirect?
**API Platform version(s) affected**: api: 3.3, admin: 3.4.6 **Description** When accessing a resource from the admin, several extra calls seem to be made on top of the main call fetching...
**API Platform version(s) affected**: ~~4.0.1~~ v3.3.11 **Description** The `TabbedForm` is not working anymore in the new version. https://github.com/user-attachments/assets/5e26639b-e05a-43be-9627-dc1be10d3c55 **How to reproduce** 1. Create a new react-admin project ```bash $ npx...
**API Platform version(s) affected**: x.y.z Backend: v3.2.13 Admin: 3.4.9 **Description** doesn't work for the list of items. I can click on them and send the get collection or the get...
| Q | A | ------------- | --- | Branch? | main | License | MIT Update and works with API Platform 4. Remove hardcoded hydra prefix values. Everything works...