Anybody else noticed how when the Messages frame loads, the messages first come up in basically a random order instead of being sorted chronologically? Then you have to click on them, to make it re-sort the messages into ascending order, & then click again to make it sort descending so you have the newest messages at the top of the list. Doesn’t bother me that much, but it really grinds on the doctors & office staff, especially anyone who uses the Lab interface. It’s been that way for quite a long time. Seems like it would make more sense for it to just sort chronologically by default with the newest messages at the top. I get a lot of complaints about “Too many extra clicks”.
What does everyone else think?
around line 370 in interface/main/message/messages.php
The default sort order is by users.lname. You could very easily change this to by date ad descending.
Thanks Brady! I will work on that more this week.
Another messaging question, we noticed that if you try to send a message to yourself (no, it doesn’t make sense to me either, but some docs would like to be able to do this), it won’t let you, tells you the message can’t be sent because the recipient list is empty. Is this a bug, or is looping a message back to yourself not allowed for a reason?