admin
admin copied to clipboard
list: Supplied override code removes create/show/edit buttons
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 seems really silly. https://github.com/api-platform/admin/blob/47e05b0734d97bdfa8c23d660b3ef3d53c434d05/src/AdminGuesser.tsx#L52-L57
The overriding implementation by #63 no longer works. Is there a better way to do this?