[Vtigercrm-commits] [vtiger-commits] r9775 - /vtigercrm/branches/5.0.3/include/js/dtlviewajax.js

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Nov 7 02:40:39 EST 2006


Author: richie
Date: Tue Nov  7 00:40:34 2006
New Revision: 9775

Log:
alphabet case issue fixed. Fixes #1811

Modified:
    vtigercrm/branches/5.0.3/include/js/dtlviewajax.js

Modified: vtigercrm/branches/5.0.3/include/js/dtlviewajax.js
==============================================================================
--- vtigercrm/branches/5.0.3/include/js/dtlviewajax.js (original)
+++ vtigercrm/branches/5.0.3/include/js/dtlviewajax.js Tue Nov  7 00:40:34 2006
@@ -349,7 +349,7 @@
 		'index.php',
                 {queue: {position: 'end', scope: 'command'},
                         method: 'post',
-                        postBody: "file=TagCloud&module=" + module + "&action=" + module + "Ajax&recordid=" + crmId + "&ajxaction=SAVETAG&tagfields=" +tagValue,
+                        postBody: "file=TagCloud&module=" + module + "&action=" + module + "Ajax&recordid=" + crmId + "&ajxaction=SAVETAG&tagfields=" +escape(tagValue),
                         onComplete: function(response) {
 				        getObj('tagfields').innerHTML = response.responseText;
 					$("vtbusy_info").style.display="none";





More information about the vtigercrm-commits mailing list