4.0 Testing - ACL Messages Bug

mike-h30 wrote on Tuesday, March 22, 2011:

I noticed that a user that is able to view all messages in the “Messages” frame of version 3.0.1 is now only able to view their own messages in version 4.0.  What has changed with the ACL logic for the main “messages” screen when logging in to OpenEMR 4.0?

bradymiller wrote on Wednesday, March 23, 2011:

hey,
This was done purposefully, since it didn’t make sense for a user to see messages addressed to other users. Controlled by ACL; a user that has the Superuser access (via a acl_check(‘admin’, ‘super’) check)  will be able to see messages by all users.
-brady