Squidex / squidex

Headless CMS and Content Managment Hub
https://squidex.io
MIT License
2.27k stars 455 forks source link

Items for reference field don't show in admin panel #119

Closed pushrbx closed 7 years ago

pushrbx commented 7 years ago

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 : image But I can see them in the db: image

I'm using the latest version of squidex.

Repro steps:

  1. Create a schema with a reference field. (Schema_A)
  2. Create another schema which will be the referenced in the previously created schema. (Schema_B)
  3. add around 30 items to Schema_B
  4. add an item to Schema_A (item_d)
  5. add the items from Schema_B to item_d
  6. check item_d in the Contents menu, to see if the references display.
SebastianStehle commented 7 years ago

Everything published?

pushrbx commented 7 years ago

yes, everything is published.

SebastianStehle commented 7 years ago

Should be easy to fix, will do it this afternoon (after StarTrek :D)