dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #31794
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16239: Data element ui, removed test for zero significance that did not work for now
------------------------------------------------------------
revno: 16239
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-07-25 12:49:36 +0200
message:
Data element ui, removed test for zero significance that did not work for now
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/dataElementForm.vm
--
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-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/dataElementForm.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/dataElementForm.vm 2014-07-21 09:45:25 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/dataElementForm.vm 2014-07-25 10:49:36 +0000
@@ -143,13 +143,6 @@
<option value="false">$i18n.getString( "no" )</option>
<option value="true" #if( $!dataElement.zeroIsSignificant ) selected="selected" #end>$i18n.getString( "yes" )</option>
</select>
- <script>
- if( $!dataElement == '' || $!dataElement.type' == 'int' ){
- enable('zeroIsSignificant');
- }else{
- disable('zeroIsSignificant');
- }
- </script>
</td>
</tr>
<tr>