fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7419] frontend: more on entities


From: Sigurd Nes
Subject: [Fmsystem-commits] [7419] frontend: more on entities
Date: Wed, 22 Jun 2011 18:38:23 +0000

Revision: 7419
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7419
Author:   sigurdne
Date:     2011-06-22 18:38:22 +0000 (Wed, 22 Jun 2011)
Log Message:
-----------
frontend: more on entities

Modified Paths:
--------------
    trunk/frontend/inc/class.uientity.inc.php

Modified: trunk/frontend/inc/class.uientity.inc.php
===================================================================
--- trunk/frontend/inc/class.uientity.inc.php   2011-06-22 13:04:52 UTC (rev 
7418)
+++ trunk/frontend/inc/class.uientity.inc.php   2011-06-22 18:38:22 UTC (rev 
7419)
@@ -585,14 +585,21 @@
                                                'text'                  => 
lang('start ticket'),
                                                'action'                => 
$GLOBALS['phpgw']->link('/index.php',array
                                                (
-                                                       'menuaction'            
=> 'frontend.uihelpdesk.add_ticket',
-                                                       'noframework'           
=> 1,
-                                                       'target'                
        => '_lightbox'
+                                                       'menuaction'    => 
'frontend.uihelpdesk.add_ticket',
+                                                       'noframework'   => 1,
+                                                       'target'                
=> '_lightbox',
+                                                       'p_entity_id'   => 
$this->entity_id,
+                                                       'p_cat_id'              
=> $this->cat_id,
+                                                       'type'                  
=> $this->type,
+                                                       'target'                
=> '_blank',
+                                                       'bypass'                
=> true,
+                                                       'origin'                
=> ".{$this->type}.{$this->entity_id}.{$this->cat_id}",                         
                        
                                                )),
                                                'parameters'                    
=> $parameters2
                                        );
                        }
 
+
                        $jasper = execMethod('property.sojasper.read', 
array('location_id' => 
$GLOBALS['phpgw']->locations->get_id($this->type_app[$this->type], 
$this->acl_location)));
 
                        foreach ($jasper as $report)




reply via email to

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