Skip to content

Commit

Permalink
Alerts with resolved=nil should be visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooli Tayer authored and Ari Zellner committed Jun 8, 2017
1 parent b8f8c85 commit d5d640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/services/alerts_center_service.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ function alertsCenterService(API, $q, $timeout, $document, $modal, $http) {

_this.getAlertsData = function(limit, offset, filters, sortField, sortAscending) {
var deferred = $q.defer();
var resourceOptions = '?expand=resources,alert_actions&attributes=assignee,resource&filter[]=resolved=false';
var resourceOptions = '?expand=resources,alert_actions&attributes=assignee,resource&filter[]=resolved=false&filter[]=or+resolved=nil';
var limitOptions = '';
var offsetOptions = '';
var sortOptions = '';
Expand Down

0 comments on commit d5d640a

Please sign in to comment.