Analysis Order
-
When I go to the WordPress dashboard and try to use the analysis tool (Sensei LMS > Analysis) and try to reorder the table using the table headers, the result is not in proper order.
How to reproduce:
– Login into the WordPress dashboard and go to “Sensei LMS > Analysis”.
– Click on the “lesson” tab at the top left of the main table.
– Click on the “Learners” table header.In addition to that, I print the final SQL and the order is by date.
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'lesson' AND ((wp_posts.post_status = 'publish' OR wp_posts.post_status = 'private')) ORDER BY wp_posts.post_date DESC LIMIT 0, 20
The ASC/DESC option works, but not the correct field to order.
- The topic ‘Analysis Order’ is closed to new replies.