-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
4.2.0
-
MOODLE_402_STABLE
Hi,
To reproduce this use a tablet:
- Log in on the app
- Tap on messaging, and open a previous conversation (in the case of the screenshot with 'User Test 3')
- Return to the Dashboard
- On a computer, log in on the same LMS with a different user, send a message to the user from step 1 (in the case of the screenshot with 'Admin user')
- On the tablet, verify you see the push notification of step 4
- Tap on the notification
- See that messaging is opened correctly and you can see the content of the message from step 4. Check that the previous user is still selected (in the case of the screenshot with 'User Test 3')
- Also, if you open the context menu all items are duplicated.
To reproduce it in webapp (for development purposes):
- In the code, export the CorePushNotificationsDelegateService so it can be used from console.
- Make sure the browser size is big enough to be considered a tablet (tabs on the left).
- Go to messaging and open any conversation except the one you will use to simulate the push.
- In the console, execute this code replacing $SITEID and $CONVID:
CorePushNotificationsDelegate.clicked( { notif: false, site: $SITEID, convid: $CONVID });
Thanks!
Isabel
- Discovered while testing
-
MOBILE-4214 Add encrypted mobile notifications
- Closed
- has a non-specific relationship to
-
MOBILE-4155 Ionic page events are not called in split view right page in some cases
- Open
- will be (partly) resolved by
-
MOBILE-4258 Use ListItemsManager in messaging pages
- Open