You can notice this bug when you trying to send push message from admin panel without choosing provider and push tokens of recipient.
When message for the first provider is sending $tokens variable is empty and the module loads all tokens of this provider and saves it in $tokens variable.
This variable is not empty for the next provider and message is sending with tokens of previous provider instead of loading tokens of current provider.

Comments

vladimir.krupin created an issue. See original summary.

vladimir.krupin’s picture

Status: Active » Needs review
StatusFileSize
new731 bytes

There is patch

IRuslan’s picture

You are right, that's a shitty bug. Pushed to dev.

  • IRuslan committed e83a6a2 on 7.x-1.x
    Issue #2793593 by IRuslan: If push provider is not specified, only one...
IRuslan’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.