Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 9395 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 9395 Rev 9414
Línea 201... Línea 201...
201
                            'link_report' => $allowReport ? $link_report : '',
201
                            'link_report' => $allowReport ? $link_report : '',
202
                            'link_file' => $allowFile ? $link_file : '',
202
                            'link_file' => $allowFile ? $link_file : '',
203
                        ]
203
                        ]
204
                    ];
204
                    ];
Línea -... Línea 205...
-
 
205
 
-
 
206
                    if($record['type'] == 'r'){
-
 
207
                        $item['actions']['link_file'] = $allowFile ? $link_file : '';
-
 
208
                    } else{
-
 
209
                        $item['actions']['link_file'] = null;
-
 
210
                    }
205
 
211
 
206
                    array_push($items, $item);
212
                    array_push($items, $item);
Línea 207... Línea 213...
207
                }
213
                }
208
 
214