dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #17076
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6686: minor
------------------------------------------------------------
revno: 6686
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-04-23 00:29:34 +0300
message:
minor
modified:
dhis-2/dhis-dxf2/src/main/java/org/hisp/dhis/dxf2/metadata/importers/DefaultIdentifiableObjectImporter.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-dxf2/src/main/java/org/hisp/dhis/dxf2/metadata/importers/DefaultIdentifiableObjectImporter.java'
--- dhis-2/dhis-dxf2/src/main/java/org/hisp/dhis/dxf2/metadata/importers/DefaultIdentifiableObjectImporter.java 2012-04-22 21:25:27 +0000
+++ dhis-2/dhis-dxf2/src/main/java/org/hisp/dhis/dxf2/metadata/importers/DefaultIdentifiableObjectImporter.java 2012-04-22 21:29:34 +0000
@@ -478,6 +478,7 @@
}
else
{
+ // FIXME special case, possible forward reference.. so just skip it..
if ( !OrganisationUnitGroupSet.class.isInstance( idObject ) )
{
log.warn( "Ignored reference " + idObject + " on object " + identifiableObject + "." );