api-platform / api-platform/admin
Create/EDIT pages', Dropdown <select> Entity/object only loads first page results .
Open
- Dominant language
- TypeScript
- Stars
- 516
- Forks
- 134
- PR merge metrics
- No merged PRs in 30d
Description
For example i have Product with Image Object as the entity that handles the image . While Creating/Editing I need to select any imageobject that i have created, but i cannot . The dropdown seems to only load the first page results ( based on ItemsperPage )
Product :
name: Text
Image : ImageObject
http://localhost:8080/api/image_objects?order%5Bid%5D=DESC&page=1&perPage=25 as seen on the network inspector in the admin page.
Contributor guide
Assessment
This issue has not been assessed yet.