Problem/Motivation

In the sms_actions trigger page admin/structure/trigger/sms_actions there is a trigger that says "TRIGGER: WHEN AN SMS MESSAGE WITH ANY DISCRIMINATOR IS RECEIVED". However, this trigger doesn't work and actions assigned to it will not be triggered when an sms with "ANY" discriminator is received.
Found this while writing tests for sms_actions.module.

Proposed resolution

Fix the bug so the "Any discriminator" trigger will work as specified.

Remaining tasks

Patch (with tests).
Review
Commit

User interface changes

API changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

almaudoh’s picture

Status: Active » Needs review
FileSize
1.22 KB

Added a test without the fix. This patch should fail.

Status: Needs review » Needs work

The last submitted patch, 1: sms_actions_any_discriminator-2401697-1-fail.patch, failed testing.

almaudoh’s picture

Status: Needs work » Needs review
FileSize
1.32 KB
1.92 KB

Updated test and applied fix.

almaudoh’s picture

Status: Needs review » Fixed

Committed / pushed to 7.x-1.x

  • almaudoh committed 01dd7a8 on 7.x-1.x
    Issue #2401697 by almaudoh: SMS Actions "Any discriminator" trigger not...

Status: Fixed » Closed (fixed)

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