[open-ils-commits] r15153 - branches/rel_1_6/Open-ILS/web/js/dojo/openils/widget (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Dec 14 09:45:29 EST 2009


Author: miker
Date: 2009-12-14 09:45:27 -0500 (Mon, 14 Dec 2009)
New Revision: 15153

Modified:
   branches/rel_1_6/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js
Log:
Forward-porting patch from Warren Layton to fix translation delete button in the translation dijit

Modified: branches/rel_1_6/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js
===================================================================
--- branches/rel_1_6/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js	2009-12-14 14:44:36 UTC (rev 15152)
+++ branches/rel_1_6/Open-ILS/web/js/dojo/openils/widget/TranslatorPopup.js	2009-12-14 14:45:27 UTC (rev 15153)
@@ -175,7 +175,7 @@
 			},
 			
 			removeTranslation : function (t) {
-				return changeTranslation('delete',t);
+				return this.changeTranslation('delete',t);
 			},
 			
 			changeTranslation : function (method, trans_id) {



More information about the open-ils-commits mailing list