fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15233]


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

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


Modified Paths:
--------------
    branches/dev-syncromind-2/property/js/portico/entity.edit.js

Modified: branches/dev-syncromind-2/property/js/portico/entity.edit.js
===================================================================
--- branches/dev-syncromind-2/property/js/portico/entity.edit.js        
2016-05-31 17:12:27 UTC (rev 15232)
+++ branches/dev-syncromind-2/property/js/portico/entity.edit.js        
2016-05-31 17:12:44 UTC (rev 15233)
@@ -225,18 +225,8 @@
 {
        $('#doc_type').change( function()
        {
-               //oTable7.dataTableSettings[6]['ajax']['data']['doc_type'] = 
$(this).val();
-               paramsTable7.push( { "name": 'doc_type', "value": $(this).val() 
} );
+               paramsTable7['doc_type'] = $(this).val();
                oTable7.fnDraw();                               
-
-               /*var oTable = $("#datatable-container_7").dataTable();
-               var api = oTable.api();
-               var requestUrl = api.ajax.url();
-               Url = JqueryPortico.parseURL(requestUrl);
-               oArgs = Url.searchObject;
-               oArgs.doc_type = $(this).val();
-               requestUrl = phpGWLink('index.php', oArgs, true);
-               api.ajax.url(requestUrl).load();*/
        });
 
        $("#workorder_cancel").on("submit", function (e)




reply via email to

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