| Línea 455... |
Línea 455... |
| 455 |
'data' => 'ERROR_RECORD_NOT_FOUND'
|
455 |
'data' => 'ERROR_RECORD_NOT_FOUND'
|
| 456 |
]);
|
456 |
]);
|
| 457 |
}
|
457 |
}
|
| Línea 458... |
Línea 458... |
| 458 |
|
458 |
|
| - |
|
459 |
if(isset($dataPost['high_performance_group_topic_id'])){
|
| - |
|
460 |
return new JsonModel([
|
| - |
|
461 |
'success' => false,
|
| - |
|
462 |
'data' => 'ERROR_RECORD_NOT_FOsssUND'
|
| 459 |
if(isset($dataPost['high_performance_group_topic_id'])){
|
463 |
]);
|
| 460 |
$highPerformanceTeamsGroupsViewTopicMapper = HighPerformanceTeamsGroupsViewTopicMapper::getInstance($this->adapter);
|
464 |
$highPerformanceTeamsGroupsViewTopicMapper = HighPerformanceTeamsGroupsViewTopicMapper::getInstance($this->adapter);
|
| 461 |
$highPerformanceTeamsGroupsViewTopic = $highPerformanceTeamsGroupsViewTopicMapper->fetchOneByUuid($dataPost['high_performance_group_topic_id']);
|
465 |
$highPerformanceTeamsGroupsViewTopic = $highPerformanceTeamsGroupsViewTopicMapper->fetchOneByUuid($dataPost['high_performance_group_topic_id']);
|
| 462 |
if($highPerformanceTeamsGroupsViewTopic){
|
466 |
if($highPerformanceTeamsGroupsViewTopic){
|
| 463 |
$feed->high_performance_group_topic_id = $highPerformanceTeamsGroupsViewTopic->id;
|
467 |
$feed->high_performance_group_topic_id = $highPerformanceTeamsGroupsViewTopic->id;
|