------------------------------------------------------------
revno: 13401
committer: Morten Olav Hansen <[email protected]>
branch nick: dhis2
timestamp: Mon 2013-12-23 13:58:46 +0100
message:
minor
modified:
dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/event/PersonController.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/event/PersonController.java'
--- dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/event/PersonController.java 2013-10-14 10:24:31 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/event/PersonController.java 2013-12-23 12:58:46 +0000
@@ -96,7 +96,7 @@
if ( identifier != null )
{
- Identifier id = new Identifier( identifierType, identifier );
+ Identifier id = new Identifier( identifierType, "", identifier );
persons.getPersons().add( personService.getPerson( id ) );
}
else if ( orgUnitUid != null )
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp