fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12623] fixed references to tabledefinition


From: Sigurd Nes
Subject: [Fmsystem-commits] [12623] fixed references to tabledefinition
Date: Mon, 19 Jan 2015 13:29:27 +0000

Revision: 12623
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12623
Author:   sigurdne
Date:     2015-01-19 13:29:26 +0000 (Mon, 19 Jan 2015)
Log Message:
-----------
fixed references to tabledefinition

Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uiworkorder.inc.php

Modified: branches/dev-syncromind/property/inc/class.uiworkorder.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiworkorder.inc.php      
2015-01-19 13:08:21 UTC (rev 12622)
+++ branches/dev-syncromind/property/inc/class.uiworkorder.inc.php      
2015-01-19 13:29:26 UTC (rev 12623)
@@ -2120,7 +2120,11 @@
                                'requestUrl'    => 
json_encode(self::link(array('menuaction' => 'property.notify.update_data', 
'location_id'=>$location_id, 'location_item_id'=>$id,'action' 
=>'refresh_notify_contact','phpgw_return_as'=>'json'))),
                                'ColumnDefs'    => 
$notify_info['column_defs']['values'],
                                'data'                  => json_encode(array()),
-                               'tabletools'    => $mode == 'edit' ? 
$notify_info['tabletools'] : ''
+                               'tabletools'    => $mode == 'edit' ? 
$notify_info['tabletools'] : '',
+                               'config'                => array(
+                                       array('disableFilter'   => true),
+                                       array('disablePagination'       => true)
+                               )
                        );
                        
                        /* end new notify-table */
@@ -2375,8 +2379,8 @@
 
                        $data = array
                        (
+                               'datatable_def'                                 
                => $datatable_def,
                                'property_js'                                   
                => 
json_encode($GLOBALS['phpgw_info']['server']['webserver_url'] . $property_js),
-                               'datatable_def'                                 
                => $datatable_def,
                                'periodization_data'                            
        => $periodization_data,
                                'year_list'                                     
                        => array('options' => $year_list),
                                'mode'                                          
                        => $mode,




reply via email to

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