Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Fixed the PR reviews #2
Browse files Browse the repository at this point in the history
  • Loading branch information
callapa committed Sep 6, 2019
1 parent 5f50b7a commit 4103bfc
Show file tree
Hide file tree
Showing 5 changed files with 487 additions and 100 deletions.
96 changes: 0 additions & 96 deletions src/Centreon/Tests/Domain/Service/MonitoringServiceTest.php

This file was deleted.

3 changes: 2 additions & 1 deletion src/EventSubscriber/CentreonEventSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ public function initRequestParameters(GetResponseEvent $request):void
$search[RequestParameters::AGGREGATE_OPERATOR_OR][] = [$subParameterName => $value];
}
} else {
$search[RequestParameters::AGGREGATE_OPERATOR_AND][$subParameterName] = $subParameterValues;
$search[RequestParameters::AGGREGATE_OPERATOR_AND][$subParameterName] =
urldecode($subParameterValues);
}
}
}
Expand Down
Loading

0 comments on commit 4103bfc

Please sign in to comment.