admin
admin copied to clipboard
A beautiful and fully-featured administration interface builder for hypermedia APIs
I seems that PR #515 broke violations list processing based on error body so validation messages are not shown any more in the form (?), this would never happen: https://github.com/api-platform/admin/blob/a3292d81ddab39c04152e239e641920dd6f156ff/src/hydra/fetchHydra.ts#L79-L81...
In Create/EditGuesser form component can be customised by passing down `formComponent` prop as renamed `component` prop (to avoid name collision). Guessers use base RA components that also can take `component`...
By default any reference field links to edit view. To change it RA uses [`link` prop](https://marmelab.com/react-admin/ReferenceField.html#link) for single field and [`linkType` prop](https://marmelab.com/react-admin/SingleFieldList.html#linktype) for array. So that works fine: ``` ```...
Hi, Adds possibility to sort of compound filed, ex. ``` const UserList = (props) => ( // ... `${record.lastName} ${record.firstName}`} /> ) ``` On column sort it gives queries with...
ListGuesser exposures RA Datagrid `expand` panel feature, but without [ `expandSingle`](https://marmelab.com/react-admin/Datagrid.html#expandsingle) settings that makes it a bit incomplete, so here's an addition for that.
We recently decided to use React Admin with API Platform for our internal app. React Admin linked your repo in their documentation, with a comment that this is a suitable...
**API Platform version(s) affected**: 3.2.13 **Description** With the default `HydraAdmin`, according to the [documentation](https://api-platform.com/docs/admin/schema.org#emails-urls-and-identifiers), we can customize some fields automatically, unfortunately this has no effect on the admin field. For...
**API Platform Admin version(s) affected**: 3.4.5 **Description** Using the `useDelete` hook, APIP-Admin only throw an 'Internal Server Error' error, even if the API return an error message. For example, on...
**PHP**: 8.2 **Symfony**: ^6 **Api platform**: ^3.2 **Admin api platform**: ^3.4.4 I created entity ProposalType.php ``` #[ORM\OneToMany(mappedBy: 'proposalType', targetEntity: ProposalParam::class)] private Collection $proposalParams; public function __construct() { $this->proposalParams = new...
**API Platform version(s) affected**: 3.2.10 (React Admin), PHP Side (3.2.10) **Description** The api-platform/admin Package in Version 3.4.5 is not working with the API Platform Core 3.2.10 in Symfony 6.4. The...