Proyectos de Subversion LeadersLinked - Services

Rev

Rev 1 | Rev 110 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 60
Línea 989... Línea 989...
989
                $items = [];
989
                $items = [];
990
                foreach($records as $record)
990
                foreach($records as $record)
991
                {
991
                {
992
                    $item = [
992
                    $item = [
993
                        'name' => $record['name'],
993
                        'name' => $record['name'],
994
                        'image' => $this->url()->fromRoute('storage', ['type' => 'company', 'code' => $record['uuid'], 'filename' => $record['image']]),
994
                        'image' => $this->url()->fromRoute('storage', ['type' => 'company', 'code' => $record['uuid'], 'filename' => $record['image']],['force_canonical' => true]),
995
                        'link_view' => $this->url()->fromRoute('company/view', ['id' => $record['uuid'] ]),
995
                        'link_view' => $this->url()->fromRoute('company/view', ['id' => $record['uuid'] ]),
996
                        'link_accept' => $this->url()->fromRoute('company/accept', ['id' => $record['uuid'] ]),
996
                        'link_accept' => $this->url()->fromRoute('company/accept', ['id' => $record['uuid'] ]),
997
                        'link_reject' => $this->url()->fromRoute('company/reject', ['id' => $record['uuid'] ]),
997
                        'link_reject' => $this->url()->fromRoute('company/reject', ['id' => $record['uuid'] ]),
998
                    ];
998
                    ];
Línea 1056... Línea 1056...
1056
                $items = [];
1056
                $items = [];
1057
                foreach($records as $record)
1057
                foreach($records as $record)
1058
                {
1058
                {
1059
                    $item = [
1059
                    $item = [
1060
                        'name' => $record['name'],
1060
                        'name' => $record['name'],
1061
                        'image' => $this->url()->fromRoute('storage', ['type' => 'company', 'code' => $record['uuid'], 'filename' => $record['image']]),
1061
                        'image' => $this->url()->fromRoute('storage', ['type' => 'company', 'code' => $record['uuid'], 'filename' => $record['image']],['force_canonical' => true]),
1062
                        'link_view' => $this->url()->fromRoute('company/view', ['id' => $record['uuid'] ]),
1062
                        'link_view' => $this->url()->fromRoute('company/view', ['id' => $record['uuid'] ]),
1063
                        'link_cancel' => $this->url()->fromRoute('company/cancel', ['id' => $record['uuid'] ]),
1063
                        'link_cancel' => $this->url()->fromRoute('company/cancel', ['id' => $record['uuid'] ]),
1064
                    ];
1064
                    ];
Línea 1138... Línea 1138...
1138
                        $link_my_company = '';
1138
                        $link_my_company = '';
1139
                    } 
1139
                    } 
Línea 1140... Línea 1140...
1140
                    
1140
                    
1141
                    $item = [
1141
                    $item = [
1142
                        'name' => $record['name'],
1142
                        'name' => $record['name'],
1143
                        'image' => $this->url()->fromRoute('storage', ['type' => 'company', 'code' => $record['uuid'], 'filename' => $record['image']]),
1143
                        'image' => $this->url()->fromRoute('storage', ['type' => 'company', 'code' => $record['uuid'], 'filename' => $record['image']],['force_canonical' => true]),
1144
                        'link_view' => $this->url()->fromRoute('company/view', ['id' => $record['uuid'] ]),
1144
                        'link_view' => $this->url()->fromRoute('company/view', ['id' => $record['uuid'] ]),
1145
                        'link_leave' => $this->url()->fromRoute('company/leave', ['id' => $record['uuid'] ]),
1145
                        'link_leave' => $this->url()->fromRoute('company/leave', ['id' => $record['uuid'] ]),
1146
                        'link_my_company' => $link_my_company
1146
                        'link_my_company' => $link_my_company
Línea 1203... Línea 1203...
1203
                $items = [];
1203
                $items = [];
1204
                foreach($records as $record)
1204
                foreach($records as $record)
1205
                {
1205
                {
1206
                    $item = [
1206
                    $item = [
1207
                        'name' => $record['name'],
1207
                        'name' => $record['name'],
1208
                        'image' => $this->url()->fromRoute('storage', ['type' => 'company', 'code' => $record['uuid'], 'filename' => $record['image']]),
1208
                        'image' => $this->url()->fromRoute('storage', ['type' => 'company', 'code' => $record['uuid'], 'filename' => $record['image']],['force_canonical' => true]),
1209
                        'link_view' => $this->url()->fromRoute('company/view', ['id' => $record['uuid']]),
1209
                        'link_view' => $this->url()->fromRoute('company/view', ['id' => $record['uuid']]),
1210
                        'link_unfollow' => $this->url()->fromRoute('company/unfollow', ['id' => $record['uuid']]),
1210
                        'link_unfollow' => $this->url()->fromRoute('company/unfollow', ['id' => $record['uuid']]),
1211
                    ];
1211
                    ];
Línea 1212... Línea 1212...
1212
                    
1212