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?
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