-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.4 regressions, 4.5
Notifications sent for awarded badges contain a contexturl that is a URL object instead of a string.
I don't know how to reproduce the bug in an easy way, since it's only affecting push notifications in the upcoming version of the app. Please look at the function badges_notify_badge_award:
- The URL object is created here.
- The URL object is set as contexturl of the sent notifications here and here, without converting the URL object to string.
This is similar to bug MDL-78307.