dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #27448
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13679: minor fix
------------------------------------------------------------
revno: 13679
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2014-01-09 17:15:50 +0100
message:
minor fix
modified:
dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/dataelement/DataElementGroupController.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/api/controller/dataelement/DataElementGroupController.java'
--- dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/dataelement/DataElementGroupController.java 2014-01-09 16:03:24 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/dataelement/DataElementGroupController.java 2014-01-09 16:15:50 +0000
@@ -149,9 +149,8 @@
}
@RequestMapping( value = "/{uid}/operands", method = RequestMethod.GET )
- public String getOperands( @PathVariable( "uid" ) String uid, @PathVariable( "q" ) String q,
- @RequestParam Map<String, String> parameters, Model model, HttpServletRequest request,
- HttpServletResponse response ) throws Exception
+ public String getOperands( @PathVariable( "uid" ) String uid, @RequestParam Map<String, String> parameters,
+ Model model, HttpServletRequest request, HttpServletResponse response ) throws Exception
{
WebOptions options = new WebOptions( parameters );
DataElementGroup dataElementGroup = getEntity( uid );