fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16523] more on eventplanner


From: sigurdne
Subject: [Fmsystem-commits] [16523] more on eventplanner
Date: Mon, 3 Apr 2017 09:52:41 -0400 (EDT)

Revision: 16523
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16523
Author:   sigurdne
Date:     2017-04-03 09:52:41 -0400 (Mon, 03 Apr 2017)
Log Message:
-----------
more on eventplanner

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

Modified: trunk/eventplanner/inc/class.uievents.inc.php
===================================================================
--- trunk/eventplanner/inc/class.uievents.inc.php       2017-04-03 13:18:40 UTC 
(rev 16522)
+++ trunk/eventplanner/inc/class.uievents.inc.php       2017-04-03 13:52:41 UTC 
(rev 16523)
@@ -213,7 +213,7 @@
 
                        $datatable_def[] = array(
                                'container' => 'datatable-container_0',
-                               'requestUrl' => 
json_encode(self::link(array('menuaction' => 
"{$this->currentapp}.uibooking.query",
+                               'requestUrl' => 
json_encode(self::link(array('menuaction' => 
"{$this->currentapp}.uicalendar.query_relaxed",
                                        'filter_application_id' => $id,
                        //              'filter_active' => 1,
                                        'phpgw_return_as' => 'json'))),

Modified: trunk/eventplanner/inc/model/class.application.inc.php
===================================================================
--- trunk/eventplanner/inc/model/class.application.inc.php      2017-04-03 
13:18:40 UTC (rev 16522)
+++ trunk/eventplanner/inc/model/class.application.inc.php      2017-04-03 
13:52:41 UTC (rev 16523)
@@ -170,6 +170,7 @@
                                        'type' => 'string',
                                        'label' => 'title',
                                        'sortable' => false,
+                                       'query' => true,
                                        ),
                                'description' => array('action'=> PHPGW_ACL_ADD 
| PHPGW_ACL_EDIT,
                                        'type' => 'string',




reply via email to

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