dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #37187
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19026: minor
------------------------------------------------------------
revno: 19026
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2015-04-27 10:28:06 +0200
message:
minor
modified:
dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller/event/EventController.java
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller/event/EventController.java'
--- dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller/event/EventController.java 2015-04-24 14:15:03 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/webapi/controller/event/EventController.java 2015-04-27 08:28:06 +0000
@@ -242,8 +242,8 @@
{
WebOptions options = new WebOptions( parameters );
- EventSearchParams params = eventService.getFromUrl( program, null, programStatus, false,
- orgUnit, ouMode, null, startDate, endDate, null, null, null, null, null );
+ EventSearchParams params = eventService.getFromUrl( program, null, programStatus, null,
+ orgUnit, ouMode, null, startDate, endDate, eventStatus, null, null, null, null );
EventRows eventRows = eventRowService.getEventRows( params );