=== modified file 'dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/startup/TableAlteror.java' --- dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/startup/TableAlteror.java 2015-01-14 12:50:26 +0000 +++ dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/startup/TableAlteror.java 2015-01-16 09:15:07 +0000 @@ -426,6 +426,7 @@ executeSql( "update dataset set approvedata = false where approvedata is null" ); executeSql( "update dataelement set zeroissignificant = false where zeroissignificant is null" ); executeSql( "update organisationunit set haspatients = false where haspatients is null" ); + executeSql( "update organisationunit set openingdate = '1970-01-01' where openingdate is null" ); executeSql( "update dataset set expirydays = 0 where expirydays is null" ); executeSql( "update eventchart set hidelegend = false where hidelegend is null" ); executeSql( "update eventchart set regression = false where regression is null" ); === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/dashboard.vm' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/dashboard.vm 2015-01-14 16:58:34 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/dashboard.vm 2015-01-16 09:15:07 +0000 @@ -1,7 +1,4 @@ - #sharingDialog() - -