fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16675] more on eventplanner


From: sigurdne
Subject: [Fmsystem-commits] [16675] more on eventplanner
Date: Tue, 2 May 2017 11:32:56 -0400 (EDT)

Revision: 16675
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16675
Author:   sigurdne
Date:     2017-05-02 11:32:56 -0400 (Tue, 02 May 2017)
Log Message:
-----------
more on eventplanner

Modified Paths:
--------------
    trunk/eventplanner/inc/class.uiapplication.inc.php

Modified: trunk/eventplanner/inc/class.uiapplication.inc.php
===================================================================
--- trunk/eventplanner/inc/class.uiapplication.inc.php  2017-05-02 15:11:51 UTC 
(rev 16674)
+++ trunk/eventplanner/inc/class.uiapplication.inc.php  2017-05-02 15:32:56 UTC 
(rev 16675)
@@ -298,8 +298,8 @@
                        );
 
                        $dates_def = array(
-                               array('key' => 'id', 'label' => lang('id'), 
'sortable' => true, 'resizeable' => true,'formatter' => 
'JqueryPortico.formatLink'),
-                               array('key' => 'from_', 'label' => 
lang('From'), 'sortable' => false, 'resizeable' => true),
+                               array('key' => 'id', 'label' => lang('id'), 
'sortable' => false, 'resizeable' => true,'formatter' => 
'JqueryPortico.formatLink'),
+                               array('key' => 'from_', 'label' => 
lang('From'), 'sortable' => true, 'resizeable' => true),
                                array('key' => 'to_', 'label' => lang('To'), 
'sortable' => false, 'resizeable' => true),
                                array('key' => 'status', 'label' => 
lang('status'), 'sortable' => false, 'resizeable' => true),
                                array('key' => 'customer_name', 'label' => 
lang('who'), 'sortable' => true, 'resizeable' => true),
@@ -368,7 +368,8 @@
                                'data' => json_encode(array()),
                                'config' => array(
                                        array('disableFilter' => true),
-                                       array('disablePagination' => true)
+                                       array('disablePagination' => true),
+                                       array('order' => 
json_encode(array(1,'asc'))),
                                )
                        );
                        $GLOBALS['phpgw']->jqcal->add_listener('date_start');




reply via email to

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