admin icon indicating copy to clipboard operation
admin copied to clipboard

list: Supplied override code removes create/show/edit buttons

Open jackbentley opened this issue 1 year ago • 0 comments

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?

jackbentley avatar Nov 02 '23 17:11 jackbentley