Reorder crashes when using views --> Undefined array key "entry" #9304
Replies: 1 comment 4 replies
-
I'm not quite sure I understand what you mean by "I have a view which filters some elements of that collection". Is this something custom you've built? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm experiencing some pretty heavy error I guess.
I have a collection which is orderable. In the backend UI I can reorder – no problem. But I have a view which filters some elements of that collection. When I use this view when reordering, the whole collection crashes and cannot be displayed anymore.
Here is the error
Would be great to fix this since the reorder feature in combination with view filters bring great functionality.
For example if you are managing event in that collection, but they have a taxonomy connected and you want to reorder only the elements with that taxonomy. Otherwise it's a pain and I would always need to use a entry relation on another page as proxy for that.
Beta Was this translation helpful? Give feedback.
All reactions