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

The new IRI only option introduced in API Platform core (https://github.com/api-platform/core/pull/3275) isn't supported yet by API Platform Admin. The admin should issue an extra request if the item of the...

enhancement
help wanted

Using https://github.com/marmelab/react-admin/tree/master/packages/ra-data-graphql should do the trick.

hacktoberfest

## Expected behaviour The admin tool can be used with any Hydra-conform API, that have the correct semantics. ## Actual behaviour The tool relies on specific JSON structures on some...

bug

If entities are using camel case names, then api-platform expects get requests with filters like /?yourCamelCaseFieldValue=somevalue&order[anotherCamelCaseFieldValue]=ASC. But in the code there no conversion. `case GET_LIST: { const { pagination: {page,...

Hi, When I'm using serialization groups for `collectionOperations/get`, I'm expecting those fields not to appear in the view, instead I'm getting this fields with empty values. Screenshot should illustrate the...

Currently, it's only possible to sort by properties also having a search filter associated to it. There is no reasons for this arbitrary limitation, it looks like a bug to...

bug

K, i've spent a decent amount of time debugging the api-platform admin/react-admin depths to figure out what was going on here: ``` Invariant Violation: Objects are not valid as a...

Hi there , I have a weird bug with react admin, the bug occurs in the screen. The code is below ``` ``` CALL 1 : The action automatically fetch...

***The exact error:*** ``` Fetch API cannot load http://demo.api-platform.com/docs.jsonld. Response for preflight is invalid (redirect) ``` ![image](https://cloud.githubusercontent.com/assets/1675033/26644007/00dbdd94-463c-11e7-8aa9-c68122256996.png) ***How to reproduce:*** 1. I'm using https://demo.api-platform.com as an api endpoint ![image](https://cloud.githubusercontent.com/assets/1675033/26643835/5a39dda6-463b-11e7-8928-96dd7246da10.png) OPTIONS...

When you use the dash operation naming strategy, react-admin fails to properly inflect the resource name into a nicely formatted name. if the resource name is `air-door-event`, react admin will...

hacktoberfest