fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12600] modifying request class


From: Alejandro
Subject: [Fmsystem-commits] [12600] modifying request class
Date: Wed, 14 Jan 2015 23:55:17 +0000

Revision: 12600
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12600
Author:   nudrick
Date:     2015-01-14 23:55:16 +0000 (Wed, 14 Jan 2015)
Log Message:
-----------
modifying request class

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

Modified: branches/dev-syncromind/property/inc/class.uirequest.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uirequest.inc.php        
2015-01-14 23:39:42 UTC (rev 12599)
+++ branches/dev-syncromind/property/inc/class.uirequest.inc.php        
2015-01-14 23:55:16 UTC (rev 12600)
@@ -591,22 +591,53 @@
                        }
 
                        $parameters = array
+                       (
+                               'parameter' => array
                                (
-                                       'parameter' => array
+                                       array
                                        (
-                                               array
-                                               (
-                                                       'name'          => 'id',
-                                                       'source'        => 'id'
-                                               ),
-                                       )
-                               );
-                       
+                                               'name'          => 'id',
+                                               'source'        => 'request_id'
+                                       ),
+                               )
+                       );
+
                        if(!$lookup)
                        {
                                if($this->acl_read)
                                {
-                                       
+                                       $data['datatable']['actions'][] = array
+                                               (
+                                                       'my_name'               
=> 'view',
+                                                       'statustext'    => 
lang('edit the actor'),
+                                                       'text'                  
=> lang('view'),
+                                                       'action'                
=> $GLOBALS['phpgw']->link('/index.php',array
+                                                       (
+                                                               'menuaction'    
=> 'property.uirequest.view',
+                                                               'appname'       
        => $this->appname,
+                                                               'type'          
        => $this->type,
+                                                               'type_id'       
        => $this->type_id
+                                                       )),
+                                                       'parameters'    => 
$parameters
+                                               );
+                                       /*$jasper = 
execMethod('property.sojasper.read', array('location_id' => 
$GLOBALS['phpgw']->locations->get_id('property', $this->acl_location)));
+
+                                       foreach ($jasper as $report)
+                                       {
+                                               $data['datatable']['actions'][] 
= array
+                                                       (
+                                                               'my_name'       
        => 'edit',
+                                                               'statustext'    
=> lang('edit the actor'),
+                                                               'text'          
        => lang('open JasperReport %1 in new window', $report['title']),
+                                                               'action'        
        => $GLOBALS['phpgw']->link('/index.php',array
+                                                               (
+                                                                       
'menuaction'    => 'property.uijasper.view',
+                                                                       
'jasper_id'                     => $report['id'],
+                                                                       
'target'                => '_blank'
+                                                               )),
+                                                               'parameters'    
                => $parameters
+                                                       );
+                                       }*/
                                }
                                
                                if($this->acl_edit)
@@ -1208,6 +1239,8 @@
 
                                if($this->acl_read)
                                {
+                                       die;
+                               
                                        $datatable['rowactions']['action'][] = 
array
                                                (
                                                        'my_name'               
=> 'view',




reply via email to

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