tasks in front end not following sort order

This topic contains 27 reply and 3 voices, and was last updated by Nayem 9 years ago
Viewing 15 Posts - 1 through 15 (of 27 total)
Author Posts
March 31, 2015 at 3:05 am 40319
Nayem Team - I have created 3 todos for a user. I have scheduled the first todo to begin and end on Apr 18, the 2nd todo on Apr 21, and the 3rd on Apr 25. I have even hand sorted the order to go from soonest (18th - displayed at the beginning of the list) to latest (25th - last item on the list). These tasks do not appear in this order on the frontend via the shortcode [cpm_my_task]. Why is this view not following the intended sort order? Thanks in advance.
March 31, 2015 at 2:56 pm 40350
Nayem Nayem

Hello Grectchen,

I have tested it in my side but everything is fine here. If you can then please provide a screenshot here.

March 31, 2015 at 8:19 pm 40388
Gretchen Gretchen

Please see the screenshots below, thanks for the assist!

Admin view (showing desired todo order): http://bit.ly/1bMRI92
Front end view (incorrect todo order): http://bit.ly/1I0Doa4

April 1, 2015 at 5:37 pm 40460
Nayem Nayem

Please make sure that you are using the latest version of project manager which is v1.0.0. Let me know after checking the version of this plugin.

April 1, 2015 at 8:55 pm 40481
Gretchen Gretchen

Here are the versions of all the plugins / addons:

Wordpress: 4.4.1

WP Project Manager PRO: 1.0.0
WP Project Manager – Frontend: 1.2.1
WP Project Manager – Kanban Board: 0.1 (currently deactivated)
WP Project Manager – Sub Task: 0.1
WP Project Manager pro – BuddyPress Integration: 1.0

BuddyPress: 2.2.1

Please test making the posts not in order with the scheduled date. Make the latest dated todo first, the earliest dated todo next, etc.

April 2, 2015 at 11:38 am 40508
Nayem Nayem

Please provide your login details by using this form – http://wedevs.com/provide-login-details/. I will have a look what is going wrong.

Thank you 🙂

April 4, 2015 at 12:31 pm 40626
Nayem Nayem

Hello,

I have checked your site but i did not see this problem there.

April 6, 2015 at 9:26 pm 40748
Gretchen Gretchen

Thanks for checking into this, however my user still sees the todo list in the previously mentioned incorrect order. I have just sent you my user’s login information via your form here: https://wedevs.com/provide-login-details/

April 7, 2015 at 12:26 pm 40777
Nayem Nayem

Hello Gretchen,

I have checked your site and the previous screenshot was from your site. I will check this user details to check. Please allow me some time.

Thank you 🙂

April 7, 2015 at 8:22 pm 40845
Gretchen Gretchen

Thanks for looking into this. Keep me posted.

April 8, 2015 at 12:28 pm 40892
Nayem Nayem This reply has been marked as private.
April 8, 2015 at 8:42 pm 40934
Gretchen Gretchen

What details do you refer to? User login? Ways to recreate the issue? Why would I need to resubmit this information?

April 9, 2015 at 10:27 am 40963
Nayem Nayem This reply has been marked as private.
April 11, 2015 at 11:17 am 41080
Nayem Nayem

Hello,

I have checked your site and found the issue. I will notify to our developer team about this.

Thanks.

April 13, 2015 at 8:34 pm 41285
Gretchen Gretchen

Awesome, thanks. Please keep me posted.

April 15, 2015 at 12:45 pm 41390
Nayem Nayem

Hello Gretchen,

Please open project manager pro/class/task.php. In this file line number 106 you will get this line-ORDER BY project_id DESC";. You have to replace this line with this-ORDER BY t.menu_order ASC";.

Please check and let me know.

Viewing 15 Posts - 1 through 15 (of 27 total)