← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6740: turn off user export for 2.8 release

 

------------------------------------------------------------
revno: 6740
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-04-25 16:46:05 +0300
message:
  turn off user export for 2.8 release
modified:
  dhis-2/dhis-dxf2/src/main/java/org/hisp/dhis/dxf2/metadata/ExportOptions.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/ExportOptions.java'
--- dhis-2/dhis-dxf2/src/main/java/org/hisp/dhis/dxf2/metadata/ExportOptions.java	2012-04-22 16:16:24 +0000
+++ dhis-2/dhis-dxf2/src/main/java/org/hisp/dhis/dxf2/metadata/ExportOptions.java	2012-04-25 13:46:05 +0000
@@ -49,11 +49,11 @@
     // means it can be used as a simple argument in controller methods.
     //--------------------------------------------------------------------------
 
-    private boolean users = true;
-
-    private boolean userAuthorityGroups = true;
-
-    private boolean userGroups = true;
+    private boolean users = false;
+
+    private boolean userAuthorityGroups = false;
+
+    private boolean userGroups = false;
 
     private boolean attributeTypes = true;