| Línea 827... |
Línea 827... |
| 827 |
$select->where->equalTo('company_id',$currentCompany->id);
|
827 |
$select->where->equalTo('company_id',$currentCompany->id);
|
| 828 |
$select->where->equalTo('high_performance_group_id',$highPerformanceTeamsGroups->id);
|
828 |
$select->where->equalTo('high_performance_group_id',$highPerformanceTeamsGroups->id);
|
| 829 |
if(isset($urgent)){
|
829 |
if(isset($urgent)){
|
| 830 |
$select->where->equalTo('priority', Feed::PRIORITY_URGENT);
|
830 |
$select->where->equalTo('priority', Feed::PRIORITY_URGENT);
|
| 831 |
}
|
831 |
}
|
| 832 |
|
- |
|
| - |
|
832 |
return new JsonModel([
|
| - |
|
833 |
'success' => false,
|
| - |
|
834 |
'data' => $urgent
|
| - |
|
835 |
]);
|
| 833 |
if(isset($topic_uuid)){
|
836 |
if(isset($topic_uuid)){
|
| 834 |
$highPerformanceTeamsGroupsViewTopicMapper = HighPerformanceTeamsGroupsViewTopicMapper::getInstance($this->adapter);
|
837 |
$highPerformanceTeamsGroupsViewTopicMapper = HighPerformanceTeamsGroupsViewTopicMapper::getInstance($this->adapter);
|
| 835 |
$highPerformanceTeamsGroupsViewTopic = $highPerformanceTeamsGroupsViewTopicMapper->fetchOneByUuid($topic_uuid);
|
838 |
$highPerformanceTeamsGroupsViewTopic = $highPerformanceTeamsGroupsViewTopicMapper->fetchOneByUuid($topic_uuid);
|
| 836 |
if($highPerformanceTeamsGroupsViewTopic){
|
839 |
if($highPerformanceTeamsGroupsViewTopic){
|
| 837 |
if($highPerformanceTeamsGroupsViewTopic->status!='a'){
|
840 |
if($highPerformanceTeamsGroupsViewTopic->status!='a'){
|