fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [15231]


From: nelson . guerra
Subject: [Fmsystem-commits] [15231]
Date: Tue, 31 May 2016 17:12:15 +0000 (UTC)

Revision: 15231
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15231
Author:   nelson224
Date:     2016-05-31 17:12:15 +0000 (Tue, 31 May 2016)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind-2/phpgwapi/js/jquery/common.js

Modified: branches/dev-syncromind-2/phpgwapi/js/jquery/common.js
===================================================================
--- branches/dev-syncromind-2/phpgwapi/js/jquery/common.js      2016-05-31 
13:22:23 UTC (rev 15230)
+++ branches/dev-syncromind-2/phpgwapi/js/jquery/common.js      2016-05-31 
17:12:15 UTC (rev 15231)
@@ -381,11 +381,11 @@
                ajax: ajax_def,
                fnServerParams: function (aoData)
                {                       
-                       if (eval('paramsTable' + 
container.substr(container.length -1, 1)).length)
+                       if (!$.isEmptyObject(eval('paramsTable' + 
container.substr(container.length -1, 1))))
                        {       
                                $.each(eval('paramsTable' + 
container.substr(container.length -1, 1)), function (k, v)
                                {
-                                       aoData[v.name] = v.value;
+                                       aoData[k] = v;
                                });
                        }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]