fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16274]


From: nelson . guerra
Subject: [Fmsystem-commits] [16274]
Date: Tue, 7 Feb 2017 22:57:27 -0500 (EST)

Revision: 16274
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16274
Author:   nelson224
Date:     2017-02-07 22:57:27 -0500 (Tue, 07 Feb 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-08 03:57:12 UTC (rev 16273)
+++ branches/dev-syncromind-2/property/js/portico/generic_document.edit.js      
2017-02-08 03:57:27 UTC (rev 16274)
@@ -90,17 +90,22 @@
 {
        paramsTable0['location_id'] = $('#location_id').val();
        paramsTable0['id'] = $('#id').val();
+       paramsTable0['entity_group_id'] = $('#entity_group_id').val();
        
        if ($('#check_components_related').is(':checked')) {
                paramsTable0['only_related'] = 1;
+               $( "#check_all_types" ).prop( "disabled", false );
        } else {
                paramsTable0['only_related'] = 0;
+               $( "#check_all_types" ).prop( "disabled", true );
        }
 
        if ($('#check_all_types').is(':checked')) {
                paramsTable0['all_types'] = 1;
+               $( "#location_id" ).prop( "disabled", true );
        } else {
                paramsTable0['all_types'] = 0;
+               $( "#location_id" ).prop( "disabled", false );
        }
        
        oTable0.fnDraw();




reply via email to

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