fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16217]


From: nelson . guerra
Subject: [Fmsystem-commits] [16217]
Date: Tue, 31 Jan 2017 23:16:07 -0500 (EST)

Revision: 16217
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16217
Author:   nelson224
Date:     2017-01-31 23:16:07 -0500 (Tue, 31 Jan 2017)
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      
2017-02-01 04:15:50 UTC (rev 16216)
+++ branches/dev-syncromind-2/property/js/portico/generic_document.edit.js      
2017-02-01 04:16:07 UTC (rev 16217)
@@ -97,6 +97,12 @@
                paramsTable0['only_related'] = 0;
        }
 
+       if ($('#check_all_types').is(':checked')) {
+               paramsTable0['all_types'] = 1;
+       } else {
+               paramsTable0['all_types'] = 0;
+       }
+       
        oTable0.fnDraw();
 }
 
@@ -170,6 +176,10 @@
        getComponents();
 }
 
+function showAllTypes() {
+       getComponents();
+}
+
 function showRelatedLocations() {
        getLocations();
 }




reply via email to

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