We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I added a field to my contenttype:
order: type: integer label: Volgorde
Then, in my template, I used:
{% setcontent contenttype_name = 'content' orderby 'order' %}
I added three records. With the order numbers set to:
10, 50 and 100
I expected the records to be ordered in that order. But instead, they were ordered:
10, 100 and 50
It appears they are ordered as a string or something... When I use 1, 2 and 3 as order, they are ordered correctly.
1, 2 and 3
The text was updated successfully, but these errors were encountered:
number
Successfully merging a pull request may close this issue.
I added a field to my contenttype:
Then, in my template, I used:
I added three records. With the order numbers set to:
10, 50 and 100
I expected the records to be ordered in that order. But instead, they were ordered:
10, 100 and 50
It appears they are ordered as a string or something...
When I use
1, 2 and 3
as order, they are ordered correctly.Details
The text was updated successfully, but these errors were encountered: