← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 56: Fixed bug #341055 Filter by name is not working in Category option

 

------------------------------------------------------------
revno: 56
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Fri 2009-03-13 15:35:59 +0100
message:
  Fixed bug #341055  Filter by name is not working in Category option
modified:
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/multidimensional/categoryOption.vm

=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/multidimensional/categoryOption.vm'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/multidimensional/categoryOption.vm	2009-03-03 16:46:36 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/multidimensional/categoryOption.vm	2009-03-13 14:35:59 +0000
@@ -1,3 +1,4 @@
+
 <h3>$i18n.getString( "data_element_category_option_management" )</h3>
 
 <table class="mainPageTable">
@@ -18,7 +19,7 @@
 					<th>$i18n.getString( "name" )</th>
 					<th colspan="4">$i18n.getString( "operations" )</th>
 				</tr>
-				<tbody>
+				<tbody id="list">
 				#set( $mark = false )
 				#foreach( $dataElementCategoryOption in $dataElementCategoryOptions )
 				<tr>



--

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.