Skip to content

Commit ad758bb

Browse files
authored
Merge pull request #6 from motech-implementations/anonymous_users_report_for_state_level
anonymous_users report for state level worker
2 parents d13ce2f + 7e3c87c commit ad758bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/scripts/controllers/reports.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,9 @@
10381038
else{
10391039
if($scope.circle != null){
10401040
reportRequest.circleId = $scope.circle.circleId;
1041+
if($scope.state != null) {
1042+
reportRequest.stateId = $scope.state.stateId;
1043+
}
10411044
}
10421045
else{
10431046
if(UserFormFactory.isInternetExplorer()){

0 commit comments

Comments
 (0)