Hello!
When I try to order notes, emails, meetings, etc., in history panel for an account, I canât order items by âDue dateâ. I can order them by âDate modifiedâ, âDate createdâ, âSubjectâ successfully.
I also tried it in your demo site and it fails too.
Did someone else find this bug?
Does anyone know how to solve it?
Thank you very much.
What is your SuiteCRM version, please?
I found this issue in version 7.10.15. I tried to solve it upgrading to 7.11.3, but it doesnât work in any of them.
I remember seeing an Issue on the SuiteCRM Github a while ago which looked very similar to thisâŚ
Still issue is there in 7.11.4
Hi pavithra,
thanks for bringing this to our attention, Iâve gone ahead and re-opened the issue.
Maybe it could help to solve this issue:
When I made a click on âDue Dateâ for the first time, it makes this request:
javascript:showSubPanel(âhistoryâ,â/index.php?module=Accounts&action=DetailView&record=c76a4fc0-804e-ea91-48da-4a71997a167c&Accounts_history_CELL_offset=&inline=true&to_pdf=true&action=SubPanelViewer&subpanel=history&Accounts_history_CELL_ORDER_BY=date_due&layout_def_key=Accountsâ,true);
This request works. It orders items by due date as requested.
But, If I make another clic âDue Dateâ, it creates a completely different request:
javascript:showSubPanel(âhistoryâ,â/index.php?module=Accounts&action=SubPanelViewer&record=c76a4fc0-804e-ea91-48da-4a71997a167c&inline=1&to_pdf=true&subpanel=history&Accounts_history_CELL_ORDER_BY=date_due&layout_def_key=Accounts&ajaxSubpanel=true&_=1557741182569&Accounts_history_CELL_offset=&inline=true&to_pdf=true&action=SubPanelViewer&subpanel=history&Accounts_history_CELL_ORDER_BY=date_due&layout_def_key=Accountsâ,true);
This request doesnât do anything. It doesnât work.
If I try more times, they wonât work either.
Thank you.