Skip to content

Commit

Permalink
Merge pull request mozilla#1836 from eviljeff/patch-4
Browse files Browse the repository at this point in the history
Added amo.LOG.ESCALATION to ACTION_MAP
  • Loading branch information
ngokevin committed Mar 5, 2014
2 parents 062e677 + 52e54ba commit 57ada03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkt/constants/comm.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def ACTION_MAP(activity_action):
amo.LOG.APP_DISABLED.id: DISABLED,
amo.LOG.ESCALATE_MANUAL.id: ESCALATION,
amo.LOG.ESCALATE_VERSION.id: ESCALATION,
amo.LOG.ESCALATION_VIP_APP.id: ESCALATION,
amo.LOG.ESCALATED_HIGH_ABUSE.id: ESCALATION_HIGH_ABUSE,
amo.LOG.ESCALATED_HIGH_REFUNDS.id: ESCALATION_HIGH_REFUNDS,
amo.LOG.ESCALATION_CLEARED.id: ESCALATION_CLEARED,
Expand Down

0 comments on commit 57ada03

Please sign in to comment.