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

**API Platform version(s) affected**: 3.4.4 **Description** We need to use PATCH instead of PUT to update existing resources, so I drew inspiration from this comment https://github.com/api-platform/admin/issues/370#issuecomment-831749350 and overwrote the `update`...

| Q | A | ------------- | --- | Branch? | main for features | Tickets | `null` | License | MIT | Doc PR | ./CONTRIBUTING.md This PR attempts...

**Description** It would be nice to configure updateHttpMethod in hydra dataProvider. We are using mostly PATCH as an update method.

Hello, I have developed an back-end application with Symfony 6.3 and Api Platform 3.2.4, and a front-end using Api Platform Admin 3.4.4. Everything was working correctly, but I had to...

**API Platform version(s) affected**: 3.4.4 **Description** When using the override code provided, the buttons for create/show/edit disappear. https://github.com/api-platform/admin/blob/47e05b0734d97bdfa8c23d660b3ef3d53c434d05/src/ListGuesser.tsx#L27-L40 Also, having to define all resources in order to override just one...

**API Platform version(s) affected**: 3.2.2 **@api-platform/admin**: 3.4.4 **Description** My context: I have a JWT protected API, and a protected Hydra-admin with a custom `authProvider` and the `requireAuth` set to true....

**API Platform version(s) affected**: 3.1.15, react admin 3.4.4 **Description** Duplicated requests to API without pagination parameters on page load, menu usage or pagination. **How to reproduce** I've just pasted the...

bug

| Q | A | ------------- | --- | Branch? | main | Tickets | #... | License | MIT | Doc PR | The *Params datatypes have a meta...

**API Platform version(s) affected**: '@api-platform/admin': ^3.4.3 **Description** I trying run auth on admin but I got error: ``` Server Error SyntaxError: Named export 'styled' not found. The requested module '@mui/material/styles/index.js'...

**Description** I've extended the Hydra data provider to add authenticatino headers. My dataprovider adds auth headers to ALL api calls. I need to use supabase auth headers for the API...