Order in list views not working #150
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I set the values for Order in list views:

Then after compiling the component it looks like this:

Do not use ZERO 👍 for ordering as a rule. So change
0 => 1, 1 => 2, 2 => 3
compile again.Ok, that worked. If we can't use ZERO can we just remove it for the list?
No :) since if the field is not part of the list view then it is zero, and since the order field is
We can not have any other value in there then integers, makes only sense to have 0.
Got it.