fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16677] more on eventplanner


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

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

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

Modified: trunk/eventplanner/inc/class.uiapplication.inc.php
===================================================================
--- trunk/eventplanner/inc/class.uiapplication.inc.php  2017-05-02 15:34:53 UTC 
(rev 16676)
+++ trunk/eventplanner/inc/class.uiapplication.inc.php  2017-05-02 15:52:56 UTC 
(rev 16677)
@@ -153,6 +153,7 @@
                                                'phpgw_return_as' => 'json'
                                        )),
                                        'allrows' => true,
+                                       'sorted_by'     => array('key' => 6, 
'dir' => 'asc'),
                                        'new_item' => 
self::link(array('menuaction' => "{$this->currentapp}.uiapplication.add")),
                                        'editor_action' => '',
                                        'field' => parent::_get_fields()

Modified: trunk/eventplanner/inc/class.uievents.inc.php
===================================================================
--- trunk/eventplanner/inc/class.uievents.inc.php       2017-05-02 15:34:53 UTC 
(rev 16676)
+++ trunk/eventplanner/inc/class.uievents.inc.php       2017-05-02 15:52:56 UTC 
(rev 16677)
@@ -141,6 +141,7 @@
                                                'phpgw_return_as' => 'json'
                                        )),
                                        'allrows' => true,
+                                       'sorted_by'     => array('key' => 3, 
'dir' => 'asc'),
                                        'editor_action' => '',
                                        'field' => parent::_get_fields()
                                )

Modified: trunk/eventplanner/inc/model/class.application.inc.php
===================================================================
--- trunk/eventplanner/inc/model/class.application.inc.php      2017-05-02 
15:34:53 UTC (rev 16676)
+++ trunk/eventplanner/inc/model/class.application.inc.php      2017-05-02 
15:52:56 UTC (rev 16677)
@@ -242,6 +242,7 @@
                                'date_start' => array('action'=> PHPGW_ACL_READ 
| PHPGW_ACL_ADD | PHPGW_ACL_EDIT,
                                        'type' => 'date',
                                        'label' => 'date start',
+                                       'sortable' => true,
                                        'history' => true
                                        ),
                                'date_end' => array('action'=> PHPGW_ACL_READ | 
PHPGW_ACL_ADD | PHPGW_ACL_EDIT,




reply via email to

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