-
Improvement
-
Resolution: Fixed
-
Minor
-
3.6
-
MOODLE_36_STABLE
-
MOODLE_37_STABLE
-
MDL-63915_master -
Unfortunately the old messaging UI needed to stay for the 3.6 release. By default landing on the message/index.php page will simply open the new messaging drawer except for in one specific case where a person with sufficient capabilities (i.e. admin) is able to view the conversation between two other users.
This functionality can be access from only one place in Moodle which is from the event logs in the site admin. Clicking on the related URL for a messaging log (for example blocking a user or deleting a message) will take the admin to the old messaging interface and load up that conversation.
We need to determine what we want to do with that functionality, either remove it or implement it in the new messaging UI. Once the decision is made we can remove the old UI.
Don't forget that we need to also remove all of the related CSS, templates in both themes when removing the old UI.
Update (03 Jan 2019):
Rather than remove the old UI we will also embed the new messaging UI on the old index.php page. Giving users an option to use messaging with the drawer or this page which will provide a wider view with more space to read and write messages.
There will have to be a link on the new messaging drawer to allow people to navigate to the full messages/index.php page.
- blocks
-
MDL-64333 Message migration message never shown
- Closed
-
MDL-64703 Improve appearance of the messaging app on the index.php page
- Closed
- caused a regression
-
MDL-66035 Error code: filenotfound - message/message_preferences
- Closed
- has been marked as being related by
-
MDL-73061 Admin can no longer view messages by clicking on a hyperlinks in logs
- Closed