fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11732] property: fileupload at tenant_claims


From: Sigurd Nes
Subject: [Fmsystem-commits] [11732] property: fileupload at tenant_claims
Date: Fri, 21 Feb 2014 11:29:03 +0000

Revision: 11732
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11732
Author:   sigurdne
Date:     2014-02-21 11:29:03 +0000 (Fri, 21 Feb 2014)
Log Message:
-----------
property: fileupload at tenant_claims

Modified Paths:
--------------
    trunk/property/inc/class.uitenant_claim.inc.php

Modified: trunk/property/inc/class.uitenant_claim.inc.php
===================================================================
--- trunk/property/inc/class.uitenant_claim.inc.php     2014-02-21 10:28:10 UTC 
(rev 11731)
+++ trunk/property/inc/class.uitenant_claim.inc.php     2014-02-21 11:29:03 UTC 
(rev 11732)
@@ -46,11 +46,12 @@
 
                var $public_functions = array
                        (
-                               'index'  => true,
-                               'check'  => true,
-                               'view'   => true,
-                               'edit'   => true,
-                               'delete' => true
+                               'index'         => true,
+                               'check'         => true,
+                               'view'          => true,
+                               'edit'          => true,
+                               'delete'        => true,
+                               'view_file'     => true
                        );
 
                function property_uitenant_claim()
@@ -957,7 +958,7 @@
                        
                        $datavalues[2] = array
                                (
-                                       'name'                                  
=> "1",
+                                       'name'                                  
=> "2",
                                        'values'                                
=> json_encode($record_history),
                                        'total_records'                 => 
count($record_history),
                                        'edit_action'                   => "''",




reply via email to

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