dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #30262
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15360: Fixed bug with autocomplete in data entry as a result of jquery-ui upgrade
------------------------------------------------------------
revno: 15360
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2014-05-22 14:35:12 +0200
message:
Fixed bug with autocomplete in data entry as a result of jquery-ui upgrade
modified:
dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js
--
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-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js 2014-05-18 00:49:40 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js 2014-05-22 12:35:12 +0000
@@ -2659,7 +2659,7 @@
}
} ).addClass( 'ui-widget' );
- input.data( 'autocomplete' )._renderItem = function ( ul, item ) {
+ input.data( 'ui-autocomplete' )._renderItem = function ( ul, item ) {
return $( '<li></li>' )
.data( 'item.autocomplete', item )
.append( '<a>' + item.label + '</a>' )