fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14952]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14952]
Date: Sat, 30 Apr 2016 00:22:33 +0000

Revision: 14952
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14952
Author:   nelson224
Date:     2016-04-30 00:22:33 +0000 (Sat, 30 Apr 2016)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/js/portico/generic_document.edit.js
===================================================================
--- branches/dev-syncromind-2/property/js/portico/generic_document.edit.js      
2016-04-30 00:21:53 UTC (rev 14951)
+++ branches/dev-syncromind-2/property/js/portico/generic_document.edit.js      
2016-04-30 00:22:33 UTC (rev 14952)
@@ -3,14 +3,9 @@
 {
        $('#location_id').change(function ()
        {
-               filterRelations('location_id', $(this).val());
+               var oArgs1 = {menuaction: 
'property.uigeneric_document.get_relations', location_id: 
$('#location_id').val(), id: $('#id').val()};
+               var requestUrl = phpGWLink('index.php', oArgs1, true);
+               JqueryPortico.updateinlineTableHelper(oTable0, requestUrl);
        });
-       
-       filterRelations('location_id', $('#location_id').val());
-});
 
-function filterRelations(param, value)
-{
-       oTable0.dataTableSettings[0]['ajax']['data'][param] = value;
-       oTable0.fnDraw();
-}
\ No newline at end of file
+});
\ No newline at end of file




reply via email to

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