Skip to content

Commit

Permalink
Make premium apps get their flag in reviewer searches as well (bug 90…
Browse files Browse the repository at this point in the history
…7697)
  • Loading branch information
diox committed Aug 21, 2013
1 parent 1572ab7 commit b8e533c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions media/js/mkt/reviewers.js
Expand Up @@ -108,6 +108,9 @@ function buildAppResultRow(app, review_url, statuses) {
flags.push({suffix: 'editor', title: gettext('Contains Editor Comment')});
}
}
if (app.premium_type == 'premium-inapp' || app.premium_type == 'premium') {
flags.push({suffix: 'premium', title: gettext('Premium App')});
}
if (app.is_escalated) {
flags.push({suffix: 'escalated', title: gettext('Escalated')});
}
Expand Down

0 comments on commit b8e533c

Please sign in to comment.