We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107e0d2 commit cdb9aaeCopy full SHA for cdb9aae
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