fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12973] prepare for controller integration


From: Sigurd Nes
Subject: [Fmsystem-commits] [12973] prepare for controller integration
Date: Thu, 09 Apr 2015 10:39:19 +0000

Revision: 12973
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12973
Author:   sigurdne
Date:     2015-04-09 10:39:19 +0000 (Thu, 09 Apr 2015)
Log Message:
-----------
prepare for controller integration

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

Modified: branches/dev-syncromind/property/inc/class.uiadmin_entity.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiadmin_entity.inc.php   
2015-04-09 10:38:39 UTC (rev 12972)
+++ branches/dev-syncromind/property/inc/class.uiadmin_entity.inc.php   
2015-04-09 10:39:19 UTC (rev 12973)
@@ -419,11 +419,17 @@
                                                     'sortable' => FALSE
                                                 ),
                                                 array
-                                                (   
+                                                (
                                                     'key' => 'enable_bulk',
                                                     'label' => lang('enable 
bulk'),
                                                     'sortable' => FALSE
                                                 )
+                                                array
+                                                (
+                                                    'key' => 
'enable_controller',
+                                                    'label' => lang('enable 
controller'),
+                                                    'sortable' => FALSE
+                                                )
                                        )
                                )
                        );
@@ -963,6 +969,7 @@
                                        'value_start_ticket'                    
=> $values['start_ticket'],
                                        'value_is_eav'                          
=> $values['is_eav'],
                                        'value_enable_bulk'                     
=> $values['enable_bulk'],
+                                       'value_enable_controller'       => 
$values['enable_controller'],
                                        'jasperupload'                          
=> true,
                                        'category_list'                         
=> $category_list,
                                        'parent_list'                           
=> $parent_list




reply via email to

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