I have a schema in the database which has a reference field. If that field has more than around 10 item (not sure), then they don't display on the admin panel.
In my case it has 61 items, and they don't show :
But I can see them in the db:
I'm using the latest version of squidex.
Repro steps:
Create a schema with a reference field. (Schema_A)
Create another schema which will be the referenced in the previously created schema. (Schema_B)
add around 30 items to Schema_B
add an item to Schema_A (item_d)
add the items from Schema_B to item_d
check item_d in the Contents menu, to see if the references display.
I have a schema in the database which has a reference field. If that field has more than around 10 item (not sure), then they don't display on the admin panel.
In my case it has 61 items, and they don't show : But I can see them in the db:
I'm using the latest version of squidex.
Repro steps:
Schema_A
)Schema_B
)Schema_B
Schema_A
(item_d
)Schema_B
toitem_d
item_d
in the Contents menu, to see if the references display.