=== modified file 'dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/dhis-web-mobile-resources/js/dhis2.storage.js' --- dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/dhis-web-mobile-resources/js/dhis2.storage.js 2012-11-05 13:05:21 +0000 +++ dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/dhis-web-mobile-resources/js/dhis2.storage.js 2012-11-05 13:43:02 +0000 @@ -130,7 +130,7 @@ dhis2.storage.FormManager.prototype.saveDataValueSet = function( dataValueSet ) { var dataValueSets = this.dataValueSets(); - return dhis2.storage.makeUploadDataValueSetRequest( dataValueSet ).error(function() { + return dhis2.storage.makeUploadDataValueSetRequest( dataValueSet ).always(function() { // add to local dataValueSets dataValueSets[dhis2.storage.getUniqueKey(dataValueSet)] = dataValueSet;