Test Date: October 18, 2014
Build date: 2014-10-17 04:29:08 PM
Build tag: oscarMaster-2218
Browser: Mozilla FF v33.0
OS: Ubuntu 12.04 LTS
Tested By: Suni Bek
Pre-condition: The messages are assigned to the provider and display in the 'unread messenges' section of the main dashboard view.
Steps to reproduce the issue:
- Launch New OSCAR UI Landing Dashboard screen
- Select a message from the 'Unread messages' list
Observed: HTTP 505 error is triggered. Full stack trace is attached.
Expected: View messages screen displays.
Note: This behaviour also occurs on the demo server (build # 2218): https://demo.oscarmcmaster.org:11246/oscar_twelve/index.jsp
Attached a screen shot.
https://source.oscartools.org:8080/11117
Re-tested Master build # 2236 -> issue still present
The issue is also present in SFHC live site (oct2014alphaGerrit-2) and was reported by the SFHC clinic staff today.
Diff:
Diff:
Diff:
aye the messageid's are wrong for the items, looking at it now. The message is pulled from the messagetbl but the id is ref the messagelisttbl.id and should be messagelisttbl.message (messageId). Seeing if I can update now.
Last edit: John Wilson 2015-05-29
commit
master - https://source.oscartools.org:8080/#/c/12127/
15 beta - https://source.oscartools.org:8080/#/c/12128/
The null error would occur when using the messagelisttbl.id while looking up a message in messagetbl.messageid and the id didn't exist. Also when the id's where different then the wrong message would be openned even ones that were not that providers.
Re-tested Master and R15_beta -> issue has been resolved