Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6547 Rev 6685
Línea 143... Línea 143...
143
            
143
            
144
            $order_field        = 'added_on';
144
            $order_field        = 'added_on';
145
            $order_direction    = 'asc';
145
            $order_direction    = 'asc';
Línea 146... Línea 146...
146
            $records_x_page     = 12;
146
            $records_x_page     = 12;
147
            
147
            
Línea 148... Línea 148...
148
            
148
 
149
            if ($category_filter_id) {
149
            if ($category_filter_id) {
Línea 156... Línea 156...
156
                        'data' => $message_error,
156
                        'data' => $message_error,
157
                    ]);
157
                    ]);
Línea 158... Línea 158...
158
                    
158
                    
Línea 159... Línea -...
159
                }
-
 
160
                
-
 
161
                
159
                }
162
                
160
                
163
                $categoryFilter = $myCoachCategoryMapper->fetchOneByUuid($category_filter_id);
-
 
164
                $category_ids = [$categoryFilter->id];
161
                $categoryFilter = $myCoachCategoryMapper->fetchOneByUuid($category_filter_id);
165
                
162
                $category_ids = [$categoryFilter->id];
166
            } else {
163
            } else {
Línea 167... Línea 164...
167
                $category_ids = $myCoachAccessControl->getCategoryIdsWithAccess($currentUser->id, $currentNetwork->id);
164
                $category_ids = $myCoachAccessControl->getCategoryIdsWithAccess($currentUser->id, $currentNetwork->id);
Línea 168... Línea 165...
168
            }
165
            }
Línea 169... Línea 166...
169
            
166
            
170
            $category_ids_with_edition = $myCoachAccessControl->getCategoryIdsWithEdition($currentUser->id);
167
            $category_ids_with_edition = $myCoachAccessControl->getCategoryIdsWithEdition($currentUser->id);
171
            
168
            
172
            $queryMapper = QueryMapper::getInstance($this->adapter);
169
            $queryMapper = QueryMapper::getInstance($this->adapter);
Línea 173... Línea 170...
173
            
170