fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12890] disable controller for now


From: Sigurd Nes
Subject: [Fmsystem-commits] [12890] disable controller for now
Date: Mon, 23 Mar 2015 12:15:56 +0000

Revision: 12890
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12890
Author:   sigurdne
Date:     2015-03-23 12:15:54 +0000 (Mon, 23 Mar 2015)
Log Message:
-----------
disable controller for now

Modified Paths:
--------------
    trunk/property/inc/class.uientity.inc.php

Modified: trunk/property/inc/class.uientity.inc.php
===================================================================
--- trunk/property/inc/class.uientity.inc.php   2015-03-22 15:20:19 UTC (rev 
12889)
+++ trunk/property/inc/class.uientity.inc.php   2015-03-23 12:15:54 UTC (rev 
12890)
@@ -1956,7 +1956,8 @@
                                        $active_tab = $active_tab ? $active_tab 
: 'location';
                                }
 
-                               if(true)
+                               $_enable_controller = false;
+                               if($_enable_controller)
                                {
                                        $tabs['controller']     = array('label' 
=> lang('controller'), 'link' => '#controller', 'function' => 
"set_tab('controller')");
                                        $active_tab = $active_tab ? $active_tab 
: 'location';
@@ -2537,7 +2538,7 @@
                        $data = array
                        (
                                'repeat_types'                                  
        => array('options' => $repeat_types),
-                               'controller'                                    
        => true,
+                               'controller'                                    
        => $_enable_controller,
                                        'property_js'                           
        => json_encode($GLOBALS['phpgw_info']['server']['webserver_url'] . 
$property_js),
                                        'datatable'                             
                => $datavalues,
                                        'myColumnDefs'                          
        => $myColumnDefs,       




reply via email to

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