fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16567]


From: nelson . guerra
Subject: [Fmsystem-commits] [16567]
Date: Mon, 10 Apr 2017 12:34:14 -0400 (EDT)

Revision: 16567
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16567
Author:   nelson224
Date:     2017-04-10 12:34:14 -0400 (Mon, 10 Apr 2017)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind-2/property/js/portico/report.index.js

Modified: branches/dev-syncromind-2/property/js/portico/report.index.js
===================================================================
--- branches/dev-syncromind-2/property/js/portico/report.index.js       
2017-04-10 12:07:03 UTC (rev 16566)
+++ branches/dev-syncromind-2/property/js/portico/report.index.js       
2017-04-10 16:34:14 UTC (rev 16567)
@@ -1,4 +1,15 @@
 
+$(document).ready(function ()
+{
+       $('#list_dataset').change( function()
+       {
+               paramsTable0['dataset_id'] = $('#list_dataset').val();
+
+               oTable0.fnDraw();               
+       });
+       
+});
+
 function newReport(oArgs)
 {
        var requestUrl = phpGWLink('index.php', oArgs);
@@ -29,15 +40,13 @@
                return false;
        }
        
-       var ids = [];
        var requestUrl = '';
        for (var n = 0; n < selected.length; ++n)
        {
                var aData = selected[n];
                oArgs['id'] = aData['id'];
-               //ids.push(aData['id']);
                
                requestUrl = phpGWLink('index.php', oArgs);
                window.open(requestUrl, '_self');
        }
-}
\ No newline at end of file
+}




reply via email to

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