| Línea 792... |
Línea 792... |
| 792 |
$page = (int) $this->params()->fromQuery('page');
|
792 |
$page = (int) $this->params()->fromQuery('page');
|
| 793 |
$type = $this->params()->fromRoute('type');
|
793 |
$type = $this->params()->fromRoute('type');
|
| 794 |
$topic_uuid = $this->params()->fromRoute('topic_uuid');
|
794 |
$topic_uuid = $this->params()->fromRoute('topic_uuid');
|
| 795 |
$urgent = $this->params()->fromRoute('urgent');
|
795 |
$urgent = $this->params()->fromRoute('urgent');
|
| 796 |
$myt_id = $this->params()->fromRoute('myt_id');
|
796 |
$myt_id = $this->params()->fromRoute('myt_id');
|
| 797 |
return new JsonModel([
|
- |
|
| 798 |
'success' => false,
|
- |
|
| 799 |
'data' => $myt_id
|
- |
|
| 800 |
]);
|
797 |
|
| 801 |
/*if(isset($type)&& $type=='hptg'){
|
798 |
/*if(isset($type)&& $type=='hptg'){
|
| 802 |
$id = $this->params()->fromRoute('id');
|
799 |
$id = $this->params()->fromRoute('id');
|
| 803 |
$highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);
|
800 |
$highPerformanceTeamsGroupsMapper = HighPerformanceTeamsGroupsMapper::getInstance($this->adapter);
|
| 804 |
$highPerformanceTeamsGroups = $highPerformanceTeamsGroupsMapper->fetchOneByUuid($id);
|
801 |
$highPerformanceTeamsGroups = $highPerformanceTeamsGroupsMapper->fetchOneByUuid($id);
|