We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 107e0d2 + cdb9aae commit 5459dbfCopy full SHA for 5459dbf
Block/Post/PostList/AbstractList.php
@@ -59,7 +59,7 @@ abstract class AbstractList extends Template implements IdentityInterface
59
protected $templatePool;
60
61
const POSTS_SORT_FIELD_BY_PUBLISH_TIME = 'main_table.publish_time';
62
- const POSTS_SORT_FIELD_BY_POSITION = 'main_table.position';
+ const POSTS_SORT_FIELD_BY_POSITION = 'position';
63
const POSTS_SORT_FIELD_BY_TITLE = 'main_table.title';
64
65
/**
0 commit comments