api-platform / admin

A beautiful and fully-featured administration interface builder for hypermedia APIs
https://api-platform.com/docs/admin/
MIT License
480 stars 130 forks source link

Fixed #488 Validation errors are shown as "Server communication error" #515

Closed slim closed 9 months ago

slim commented 9 months ago
Q A
Branch? main
Tickets
License MIT
Doc PR

This fixes a bug which is a combination of 2 bugs in api-doc-parser library and 2 bugs in this repo.

Fix also requires PR to be merged https://github.com/api-platform/api-doc-parser/pull/132

slim commented 9 months ago

I fixed the tests, but now CI has linter cosmetic complaints (automatically fixable) that I don't get locally when I do yarn lint. So I can't fix those.

alanpoulain commented 9 months ago

Thanks @slim!