=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js 2014-11-29 13:55:43 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js 2014-12-09 10:19:30 +0000 @@ -255,7 +255,6 @@ $.ajax( { url: 'getMetaData.action', dataType: 'json', - cache: true, success: function( json ) { sessionStorage[dhis2.de.cst.metaData] = JSON.stringify( json.metaData ); @@ -286,7 +285,6 @@ $.ajax( { url: 'getDataSetAssociations.action', dataType: 'json', - cache: true, success: function( json ) { sessionStorage[dhis2.de.cst.dataSetAssociations] = JSON.stringify( json.dataSetAssociations );