Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16943 Rev 16945
Línea 192... Línea 192...
192
                
192
                
Línea 193... Línea 193...
193
                
193
                
194
            } else {
-
 
-
 
194
            } else {
Línea 195... Línea 195...
195
                
195
                
196
                $image_size = $this->config['leaderslinked.image_sizes.microlearning_image_upload'];
196
                $image_size = $this->config['leaderslinked.image_sizes.microlearning_image_upload'];
197
                $marketplace_size = $this->config['leaderslinked.image_sizes.marketplace'];
197
            
198
                
198
                
Línea 204... Línea 204...
204
                $viewModel->setVariables([
204
                $viewModel->setVariables([
205
                   'formAdd' => $formAdd,
205
                   'formAdd' => $formAdd,
206
                   'formEdit' => $formEdit,
206
                   'formEdit' => $formEdit,
207
                   'company_uuid' => $currentCompany->uuid,
207
                   'company_uuid' => $currentCompany->uuid,
208
                   'image_size' => $image_size,
208
                   'image_size' => $image_size,
209
                   'marketplace_size' => $marketplace_size,
-
 
-
 
209
              
210
                ]);
210
                ]);
211
                return $viewModel ;
211
                return $viewModel ;
212
            }
212
            }
Línea 213... Línea 213...
213
            
213
            
Línea 454... Línea 454...
454
                $dataPost = (array) $form->getData();
454
                $dataPost = (array) $form->getData();
Línea 455... Línea 455...
455
                
455
                
456
                $hydrator = new ObjectPropertyHydrator();
456
                $hydrator = new ObjectPropertyHydrator();
457
                $hydrator->hydrate($dataPost, $topic);
457
                $hydrator->hydrate($dataPost, $topic);
458
                $topic->image = null;
-
 
459
                $topic->marketplace = null;
458
                $topic->image = null;
460
 
459
          
461
                if($topicMapper->update($topic)) {
460
                if($topicMapper->update($topic)) {
Línea 462... Línea 461...
462
                    $topic = $topicMapper->fetchOne($topic->id);
461
                    $topic = $topicMapper->fetchOne($topic->id);
463
                    
462