dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #15145
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5354: It seems typeViolations is referenced in the view, so adding it (though not populated)
------------------------------------------------------------
revno: 5354
committer: Jo Størset <storset@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2011-12-10 13:04:43 +0100
message:
It seems typeViolations is referenced in the view, so adding it (though not populated)
modified:
dhis-2/dhis-web/dhis-web-light/src/main/java/org/hisp/dhis/light/dataentry/action/GetSectionFormAction.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-web/dhis-web-light/src/main/java/org/hisp/dhis/light/dataentry/action/GetSectionFormAction.java'
--- dhis-2/dhis-web/dhis-web-light/src/main/java/org/hisp/dhis/light/dataentry/action/GetSectionFormAction.java 2011-12-09 21:21:03 +0000
+++ dhis-2/dhis-web/dhis-web-light/src/main/java/org/hisp/dhis/light/dataentry/action/GetSectionFormAction.java 2011-12-10 12:04:43 +0000
@@ -191,6 +191,13 @@
return greyedFields;
}
+ // FIXME: Not in use, but seems to be referenced in html.
+ private Map<String, String> typeViolations = new HashMap<String, String>();
+
+ public Map<String, String> getTypeViolations() {
+ return typeViolations;
+ }
+
// -------------------------------------------------------------------------
// Action Implementation
// -------------------------------------------------------------------------