=== modified file 'dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/BaseIdentifiableObject.java' --- dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/BaseIdentifiableObject.java 2011-12-14 09:17:14 +0000 +++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/common/BaseIdentifiableObject.java 2011-12-19 09:36:33 +0000 @@ -96,6 +96,7 @@ // Setters and getters // ------------------------------------------------------------------------- + @JsonProperty( value = "internalId" ) public int getId() { return id; === modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ouwt/ouwt.js' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ouwt/ouwt.js 2011-12-06 17:41:41 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/ouwt/ouwt.js 2011-12-19 09:36:33 +0000 @@ -448,6 +448,14 @@ $( '#searchField' ).css( 'background-color', '#ffc5c5' ); } }; + + this.enable = function() + { + }; + + this.disable = function() + { + }; } // -----------------------------------------------------------------------------