fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12264]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12264]
Date: Tue, 04 Nov 2014 23:25:23 +0000

Revision: 12264
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12264
Author:   nelson224
Date:     2014-11-04 23:25:22 +0000 (Tue, 04 Nov 2014)
Log Message:
-----------


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

Modified: branches/dev-syncromind/property/inc/class.uilocation.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uilocation.inc.php       
2014-11-04 23:24:59 UTC (rev 12263)
+++ branches/dev-syncromind/property/inc/class.uilocation.inc.php       
2014-11-04 23:25:22 UTC (rev 12264)
@@ -193,7 +193,7 @@
                                'type_id'        => $type_id
                        );
                        
-                       array_walk(     $result_data['results'], array($this, 
'_add_links'), $link_data );
+                       //array_walk(   $result_data['results'], array($this, 
'_add_links'), $link_data );
 
                        return $this->jquery_results($result_data);
                }
@@ -546,7 +546,7 @@
                                array_unshift 
($data['form']['toolbar']['item'], $filter);
                        }
                                        
-                       
$this->bo->read(array('type_id'=>$type_id,'lookup_tenant'=>$lookup_tenant,'lookup'=>$lookup,'allrows'=>$this->allrows));
+                       $location_list = 
$this->bo->read(array('type_id'=>$type_id,'lookup_tenant'=>$lookup_tenant,'lookup'=>$lookup,'allrows'=>$this->allrows));
                        $uicols = $this->bo->uicols;
        
                        $count_uicols_name = count($uicols['name']);
@@ -561,12 +561,12 @@
                                                                );
                                        
                                        if ($uicols['datatype'][$k] == 'link') {
-                                               $params['formatter'] = 
'JqueryPortico.formatLink';
+                                               $params['formatter'] = 
'JqueryPortico.searchLink';
                                        }
                                        
                                        if($uicols['name'][$k]=='loc1')
                                        {
-                                               $params['formatter'] = 
'JqueryPortico.formatLink';
+                                               $params['formatter'] = 
'JqueryPortico.searchLink';
                                                $params['sortable']     = true;
                                                $params['sort_field'] = 
'fm_location1.loc1';
                                        }




reply via email to

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