dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #20899
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9751: FRED-API: set ID limit (36, 36)
------------------------------------------------------------
revno: 9751
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-02-06 20:03:13 +0700
message:
FRED-API: set ID limit (36,36)
modified:
dhis-2/dhis-web/dhis-web-api-fred/src/main/java/org/hisp/dhis/web/webapi/v1/domain/Facility.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-fred/src/main/java/org/hisp/dhis/web/webapi/v1/domain/Facility.java'
--- dhis-2/dhis-web/dhis-web-api-fred/src/main/java/org/hisp/dhis/web/webapi/v1/domain/Facility.java 2013-01-31 03:22:50 +0000
+++ dhis-2/dhis-web/dhis-web-api-fred/src/main/java/org/hisp/dhis/web/webapi/v1/domain/Facility.java 2013-02-06 13:03:13 +0000
@@ -48,7 +48,7 @@
// Internal system identifier
@Null(groups = Create.class)
@NotNull(groups = Update.class)
- @Length(min = 11, max = 11)
+ @Length(min = 36, max = 36)
private String id;
// Name of the facility