fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15225]


From: nelson . guerra
Subject: [Fmsystem-commits] [15225]
Date: Tue, 31 May 2016 01:33:21 +0000 (UTC)

Revision: 15225
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15225
Author:   nelson224
Date:     2016-05-31 01:33:20 +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 
01:33:00 UTC (rev 15224)
+++ branches/dev-syncromind-2/phpgwapi/js/jquery/common.js      2016-05-31 
01:33:20 UTC (rev 15225)
@@ -380,7 +380,15 @@
                data: data,
                ajax: ajax_def,
                fnServerParams: function (aoData)
-               {
+               {                       
+                       if (eval('paramsTable' + 
container.substr(container.length -1, 1)).length)
+                       {       
+                               $.each(eval('paramsTable' + 
container.substr(container.length -1, 1)), function (k, v)
+                               {
+                                       aoData[v.name] = v.value;
+                               });
+                       }
+
                        if (typeof (aoData.order) != 'undefined')
                        {
                                var column = aoData.order[0].column;




reply via email to

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