Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16954 Rev 16971
Línea 4878... Línea 4878...
4878
                                ],
4878
                                ],
4879
                            ],
4879
                            ],
4880
                        ]
4880
                        ]
4881
                    ],
4881
                    ],
Línea -... Línea 4882...
-
 
4882
                    
-
 
4883
                    
-
 
4884
                    'progress-by-day-and-user' => [
-
 
4885
                        'type' => Literal::class,
-
 
4886
                        'options' => [
-
 
4887
                            'route' => '/progress-by-day-and-user',
-
 
4888
                            'defaults' => [
-
 
4889
                                'controller' => '\LeadersLinked\Controller\DiscoveryContactProgressUserController',
-
 
4890
                                'action'     => 'index',
-
 
4891
                            ],
-
 
4892
                        ],
-
 
4893
                        'may_terminate' => true,
-
 
4894
                        'child_routes' => [
-
 
4895
                            'download' => [
-
 
4896
                                'type' => Literal::class,
-
 
4897
                                'options' => [
-
 
4898
                                    'route' => '/download',
-
 
4899
                                    'defaults' => [
-
 
4900
                                        'controller' => '\LeadersLinked\Controller\DiscoveryContactProgressUserController',
-
 
4901
                                        'action'     => 'download',
-
 
4902
                                    ],
-
 
4903
                                ],
-
 
4904
                            ],
-
 
4905
                        ]
-
 
4906
                    ],
-
 
4907
                    
-
 
4908
 
-
 
4909
                    
-
 
4910
                    
-
 
4911
                    
4882
                    
4912
                    
4883
                    'report' => [
4913
                    'report' => [
4884
                        'type' => Literal::class,
4914
                        'type' => Literal::class,
4885
                        'options' => [
4915
                        'options' => [
4886
                            'route' => '/report',
4916
                            'route' => '/report',
Línea 4901... Línea 4931...
4901
                                    ],
4931
                                    ],
4902
                                ],
4932
                                ],
4903
                            ],
4933
                            ],
4904
                        ]
4934
                        ]
4905
                    ],
4935
                    ],
-
 
4936
                    
-
 
4937
                    
-
 
4938
                    'blacklist' => [
-
 
4939
                        'type' => Literal::class,
-
 
4940
                        'options' => [
-
 
4941
                            'route' => '/blacklist',
-
 
4942
                            'defaults' => [
-
 
4943
                                'controller' => '\LeadersLinked\Controller\DiscoveryContactBlackListController',
-
 
4944
                                'action'     => 'index',
-
 
4945
                            ],
-
 
4946
                        ],
-
 
4947
                        'may_terminate' => true,
-
 
4948
                        'child_routes' => [
-
 
4949
                            'search-email' => [
-
 
4950
                                'type' => Literal::class,
-
 
4951
                                'options' => [
-
 
4952
                                    'route' => '/search-email',
-
 
4953
                                    'defaults' => [
-
 
4954
                                        'controller' => '\LeadersLinked\Controller\DiscoveryContactBlackListController',
-
 
4955
                                        'action'     => 'searchEmail',
-
 
4956
                                    ],
-
 
4957
                                ],
-
 
4958
                            ],
-
 
4959
                            'add' => [
-
 
4960
                                'type' => Literal::class,
-
 
4961
                                'options' => [
-
 
4962
                                    'route' => '/add',
-
 
4963
                                    'defaults' => [
-
 
4964
                                        'controller' => '\LeadersLinked\Controller\DiscoveryContactBlackListController',
-
 
4965
                                        'action'     => 'add',
-
 
4966
                                    ],
-
 
4967
                                ],
-
 
4968
                            ],
-
 
4969
                            'edit' => [
-
 
4970
                                'type' => Segment::class,
-
 
4971
                                'options' => [
-
 
4972
                                    'route' => '/edit/:id',
-
 
4973
                                    'constraints' => [
-
 
4974
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
4975
                                    ],
-
 
4976
                                    'defaults' => [
-
 
4977
                                        'controller' => '\LeadersLinked\Controller\DiscoveryContactBlackListController',
-
 
4978
                                        'action'     => 'edit',
-
 
4979
                                    ],
-
 
4980
                                ],
-
 
4981
                            ],
-
 
4982
                            'delete' => [
-
 
4983
                                'type' => Segment::class,
-
 
4984
                                'options' => [
-
 
4985
                                    'route' => '/delete/:id',
-
 
4986
                                    'constraints' => [
-
 
4987
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
4988
                                    ],
-
 
4989
                                    'defaults' => [
-
 
4990
                                        'controller' => '\LeadersLinked\Controller\DiscoveryContactBlackListController',
-
 
4991
                                        'action'     => 'delete',
-
 
4992
                                    ],
-
 
4993
                                ],
-
 
4994
                            ],
-
 
4995
                            'upload' => [
-
 
4996
                                'type' => Literal::class,
-
 
4997
                                'options' => [
-
 
4998
                                    'route' => '/upload',
-
 
4999
                                    'defaults' => [
-
 
5000
                                        'controller' => '\LeadersLinked\Controller\DiscoveryContactBlackListController',
-
 
5001
                                        'action'     => 'upload',
-
 
5002
                                    ],
-
 
5003
                                ],
-
 
5004
                            ],
-
 
5005
                                  
-
 
5006
                        ]
-
 
5007
                    ],
-
 
5008
                    
-
 
5009
                    'blacklist-reasons' => [
-
 
5010
                        'type' => Literal::class,
-
 
5011
                        'options' => [
-
 
5012
                            'route' => '/blacklist-reasons',
-
 
5013
                            'defaults' => [
-
 
5014
                                'controller' => '\LeadersLinked\Controller\DiscoveryContactBlackListReasonController',
-
 
5015
                                'action'     => 'index',
-
 
5016
                            ],
-
 
5017
                        ],
-
 
5018
                        'may_terminate' => true,
-
 
5019
                        'child_routes' => [
-
 
5020
                            'add' => [
-
 
5021
                                'type' => Literal::class,
-
 
5022
                                'options' => [
-
 
5023
                                    'route' => '/add',
-
 
5024
                                    'defaults' => [
-
 
5025
                                        'controller' => '\LeadersLinked\Controller\DiscoveryContactBlackListReasonController',
-
 
5026
                                        'action'     => 'add',
-
 
5027
                                    ],
-
 
5028
                                ],
-
 
5029
                            ],
-
 
5030
                            'edit' => [
-
 
5031
                                'type' => Segment::class,
-
 
5032
                                'options' => [
-
 
5033
                                    'route' => '/edit/:id',
-
 
5034
                                    'constraints' => [
-
 
5035
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
5036
                                    ],
-
 
5037
                                    'defaults' => [
-
 
5038
                                        'controller' => '\LeadersLinked\Controller\DiscoveryContactBlackListReasonController',
-
 
5039
                                        'action'     => 'edit',
-
 
5040
                                    ],
-
 
5041
                                ],
-
 
5042
                            ],
-
 
5043
                            'delete' => [
-
 
5044
                                'type' => Segment::class,
-
 
5045
                                'options' => [
-
 
5046
                                    'route' => '/delete/:id',
-
 
5047
                                    'constraints' => [
-
 
5048
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
5049
                                    ],
-
 
5050
                                    'defaults' => [
-
 
5051
                                        'controller' => '\LeadersLinked\Controller\DiscoveryContactBlackListReasonController',
-
 
5052
                                        'action'     => 'delete',
-
 
5053
                                    ],
-
 
5054
                                ],
-
 
5055
                            ],
-
 
5056
                        ]
-
 
5057
                    ],
-
 
5058
                    
Línea 4906... Línea 5059...
4906
   
5059
   
4907
 
5060
 
Línea 6332... Línea 6485...
6332
            'high-performance-teams' => [
6485
            'high-performance-teams' => [
6333
                'type' => Literal::class,
6486
                'type' => Literal::class,
6334
                'options' => [
6487
                'options' => [
6335
                    'route' => '/high-performance-teams',
6488
                    'route' => '/high-performance-teams',
6336
                    'defaults' => [
6489
                    'defaults' => [
6337
                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsController',
6490
                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamController',
6338
                        'action' => 'index'
6491
                        'action' => 'index'
6339
                    ]
6492
                    ]
6340
                ],
6493
                ],
6341
                'may_terminate' => true,
6494
                'may_terminate' => true,
6342
                'child_routes' => [
6495
                'child_routes' => [
6343
                    'groups' => [
6496
                    'add' => [
6344
                        'type' => Literal::class,
6497
                        'type' => Literal::class,
6345
                        'options' => [
6498
                            'options' => [
6346
                            'route' => '/groups',
6499
                            'route' => '/add',
6347
                            'defaults' => [
6500
                            'defaults' => [
6348
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsController',
6501
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamController',
6349
                                'action' => 'index'
6502
                                'action' => 'add'
6350
                            ]
6503
                            ]
6351
                        ], 'may_terminate' => true,
-
 
6352
                        'child_routes' => [
-
 
6353
 
-
 
6354
                            'add' => [
-
 
6355
                                'type' => Literal::class,
-
 
6356
                                'options' => [
-
 
6357
                                    'route' => '/add',
-
 
6358
                                    'defaults' => [
-
 
6359
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsController',
-
 
6360
                                        'action' => 'add'
-
 
6361
                                    ]
-
 
6362
                                ]
6504
                        ]
6363
                            ],
6505
                    ],
6364
                            'edit' => [
6506
                    'edit' => [
6365
                                'type' => Segment::class,
6507
                        'type' => Segment::class,
6366
                                'options' => [
6508
                        'options' => [
6367
                                    'route' => '/edit/:group_id',
6509
                            'route' => '/edit/:id',
6368
                                    'constraints' => [
6510
                            'constraints' => [
6369
                                        'group_id' => '[A-Za-z0-9\-]+\=*'
6511
                                'id' => '[A-Za-z0-9\-]+\=*'
6370
                                    ],
-
 
6371
                                    'defaults' => [
-
 
6372
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsController',
-
 
6373
                                        'action' => 'edit'
-
 
6374
                                    ]
-
 
6375
                                ]
-
 
6376
                            ],
6512
                            ],
6377
                            'delete' => [
6513
                            'defaults' => [
6378
                                'type' => Segment::class,
-
 
6379
                                'options' => [
-
 
6380
                                    'route' => '/delete/:group_id',
-
 
6381
                                    'constraints' => [
-
 
6382
                                        'group_id' => '[A-Za-z0-9\-]+\=*'
-
 
6383
                                    ],
-
 
6384
                                    'defaults' => [
-
 
6385
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsController',
6514
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamController',
6386
                                        'action' => 'delete'
6515
                                'action' => 'edit'
6387
                                    ]
-
 
6388
                                ]
6516
                            ]
6389
                            ], 'view' => [
-
 
6390
                                'type' => Segment::class,
-
 
6391
                                'options' => [
-
 
6392
                                    'route' => '/view/:group_id',
-
 
6393
                                    'constraints' => [
-
 
6394
                                        'group_id' => '[A-Za-z0-9\-]+\=*',
-
 
6395
                                    ],
-
 
6396
                                    'defaults' => [
-
 
6397
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
-
 
6398
                                        'action' => 'index'
-
 
6399
                                    ]
6517
                        ]
6400
                                ],
6518
                    ],
6401
                                'may_terminate' => true,
-
 
6402
                                'child_routes' => [
-
 
6403
                                    'objectives' => [
-
 
6404
                                        'type' => Literal::class,
-
 
6405
                                        'options' => [
-
 
6406
                                            'route' => '/objectives',
-
 
6407
                                            'defaults' => [
-
 
6408
                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewObjectivesController',
-
 
6409
                                                'action' => 'index'
-
 
6410
                                            ]
-
 
6411
                                        ],
-
 
6412
 
-
 
6413
                                        'may_terminate' => true,
-
 
6414
                                        'child_routes' => [
-
 
6415
 
-
 
6416
                                            'add' => [
-
 
6417
                                                'type' => Literal::class,
-
 
6418
                                                'options' => [
-
 
6419
                                                    'route' => '/add',
-
 
6420
                                                    'defaults' => [
-
 
6421
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewObjectivesController',
-
 
6422
                                                        'action' => 'add'
-
 
6423
                                                    ]
-
 
6424
                                                ]
-
 
6425
                                            ],
-
 
6426
                                            'edit' => [
-
 
6427
                                                'type' => Segment::class,
-
 
6428
                                                'options' => [
-
 
6429
                                                    'route' => '/edit/:id',
-
 
6430
                                                    'constraints' => [
-
 
6431
                                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
6432
                                                    ],
-
 
6433
                                                    'defaults' => [
-
 
6434
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewObjectivesController',
-
 
6435
                                                        'action' => 'edit'
-
 
6436
                                                    ]
-
 
6437
                                                ]
-
 
6438
                                            ],
-
 
6439
                                            'delete' => [
-
 
6440
                                                'type' => Segment::class,
-
 
6441
                                                'options' => [
-
 
6442
                                                    'route' => '/delete/:id',
-
 
6443
                                                    'constraints' => [
-
 
6444
                                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
6445
                                                    ],
-
 
6446
                                                    'defaults' => [
-
 
6447
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewObjectivesController',
-
 
6448
                                                        'action' => 'delete'
-
 
6449
                                                    ]
-
 
6450
                                                ]
-
 
6451
                                            ],
-
 
6452
                                            'report' => [
-
 
6453
                                                'type' => Segment::class,
-
 
6454
                                                'options' => [
-
 
6455
                                                    'route' => '/report/:id',
-
 
6456
                                                    'constraints' => [
-
 
6457
                                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
6458
                                                    ],
-
 
6459
                                                    'defaults' => [
-
 
6460
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewObjectivesController',
-
 
6461
                                                        'action' => 'report'
-
 
6462
                                                    ]
-
 
6463
                                                ]
-
 
6464
                                            ],
-
 
6465
                                            'reportall' => [
-
 
6466
                                                'type' => Literal::class,
-
 
6467
                                                'options' => [
-
 
6468
                                                    'route' => '/reportall',
-
 
6469
                                                    'defaults' => [
-
 
6470
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewObjectivesController',
-
 
6471
                                                        'action' => 'reportall'
-
 
6472
                                                    ]
-
 
6473
                                                ]
-
 
6474
                                            ],
-
 
6475
 
-
 
6476
                                            'matriz' => [
-
 
6477
                                                'type' => Literal::class,
-
 
6478
                                                'options' => [
-
 
6479
                                                    'route' => '/matriz',
-
 
6480
                                                    'defaults' => [
-
 
6481
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewObjectivesController',
-
 
6482
                                                        'action' => 'matriz'
-
 
6483
                                                    ]
-
 
6484
                                                ]
-
 
6485
                                            ],
-
 
6486
                                            'goals' => [
-
 
6487
                                                'type' => Segment::class,
-
 
6488
                                                'options' => [
-
 
6489
                                                    'route' => '/:objective_id/goals',
-
 
6490
                                                    'constraints' => [
-
 
6491
                                                        'objective_id' => '[A-Za-z0-9\-]+\=*'
-
 
6492
                                                    ],
-
 
6493
                                                    'defaults' => [
-
 
6494
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewGoalsController',
-
 
6495
                                                        'action' => 'index'
-
 
6496
                                                    ]
-
 
6497
                                                ],
-
 
6498
 
-
 
6499
                                                'may_terminate' => true,
-
 
6500
                                                'child_routes' => [
-
 
6501
                                                    'add' => [
-
 
6502
                                                        'type' => Literal::class,
-
 
6503
                                                        'options' => [
-
 
6504
                                                            'route' => '/add',
-
 
6505
                                                            'defaults' => [
-
 
6506
                                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewGoalsController',
-
 
6507
                                                                'action' => 'add'
-
 
6508
                                                            ]
-
 
6509
                                                        ]
-
 
6510
                                                    ],
-
 
6511
                                                    'edit' => [
-
 
6512
                                                        'type' => Segment::class,
-
 
6513
                                                        'options' => [
-
 
6514
                                                            'route' => '/edit/:id',
-
 
6515
                                                            'constraints' => [
-
 
6516
                                                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
6517
                                                            ],
-
 
6518
                                                            'defaults' => [
-
 
6519
                                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewGoalsController',
-
 
6520
                                                                'action' => 'edit'
-
 
6521
                                                            ]
-
 
6522
                                                        ]
-
 
6523
                                                    ],
-
 
6524
                                                    'delete' => [
-
 
6525
                                                        'type' => Segment::class,
-
 
6526
                                                        'options' => [
-
 
6527
                                                            'route' => '/delete/:id',
-
 
6528
                                                            'constraints' => [
-
 
6529
                                                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
6530
                                                            ],
-
 
6531
                                                            'defaults' => [
-
 
6532
                                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewGoalsController',
-
 
6533
                                                                'action' => 'delete'
-
 
6534
                                                            ]
-
 
6535
                                                        ]
-
 
6536
                                                    ],
-
 
6537
                                                    'task' => [
-
 
6538
                                                        'type' => Segment::class,
-
 
6539
                                                        'options' => [
-
 
6540
                                                            'route' => '/:goal_id/task',
-
 
6541
                                                            'constraints' => [
-
 
6542
                                                                'goal_id' => '[A-Za-z0-9\-]+\=*'
-
 
6543
                                                            ],
-
 
6544
                                                            'defaults' => [
-
 
6545
                                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTaskController',
-
 
6546
                                                                'action' => 'index'
-
 
6547
                                                            ]
-
 
6548
                                                        ],
-
 
6549
 
-
 
6550
                                                        'may_terminate' => true,
-
 
6551
                                                        'child_routes' => [
-
 
6552
                                                            'add' => [
-
 
6553
                                                                'type' => Literal::class,
-
 
6554
                                                                'options' => [
-
 
6555
                                                                    'route' => '/add',
-
 
6556
                                                                    'defaults' => [
-
 
6557
                                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTaskController',
-
 
6558
                                                                        'action' => 'add'
-
 
6559
                                                                    ]
-
 
6560
                                                                ]
-
 
6561
                                                            ],
-
 
6562
                                                            'edit' => [
-
 
6563
                                                                'type' => Segment::class,
-
 
6564
                                                                'options' => [
-
 
6565
                                                                    'route' => '/edit/:id',
-
 
6566
                                                                    'constraints' => [
-
 
6567
                                                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
6568
                                                                    ],
-
 
6569
                                                                    'defaults' => [
-
 
6570
                                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTaskController',
-
 
6571
                                                                        'action' => 'edit'
-
 
6572
                                                                    ]
-
 
6573
                                                                ]
-
 
6574
                                                            ],
-
 
6575
                                                            'delete' => [
-
 
6576
                                                                'type' => Segment::class,
-
 
6577
                                                                'options' => [
-
 
6578
                                                                    'route' => '/delete/:id',
-
 
6579
                                                                    'constraints' => [
-
 
6580
                                                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
6581
                                                                    ],
-
 
6582
                                                                    'defaults' => [
-
 
6583
                                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTaskController',
-
 
6584
                                                                        'action' => 'delete'
-
 
6585
                                                                    ]
-
 
6586
                                                                ]
-
 
6587
                                                            ],
-
 
6588
                                                            'view' => [
-
 
6589
                                                                'type' => Segment::class,
-
 
6590
                                                                'options' => [
-
 
6591
                                                                    'route' => '/view/:id',
-
 
6592
                                                                    'constraints' => [
-
 
6593
                                                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
6594
                                                                    ],
-
 
6595
                                                                    'defaults' => [
-
 
6596
                                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTaskController',
-
 
6597
                                                                        'action' => 'view'
-
 
6598
                                                                    ]
-
 
6599
                                                                ]
-
 
6600
                                                            ],
-
 
6601
                                                        ]
-
 
6602
                                                    ],
-
 
6603
                                                ]
-
 
6604
                                            ],
-
 
6605
                                        ]
-
 
6606
                                    ], 'feeds' => [
-
 
6607
                                        'type' => Literal::class,
-
 
6608
                                        'options' => [
-
 
6609
                                            'route' => '/feeds',
-
 
6610
 
-
 
6611
                                        ],
-
 
6612
                                        'may_terminate' => true,
-
 
6613
                                        'child_routes' => [
-
 
6614
                                            'timeline' => [
-
 
6615
                                                'type' => Segment::class,
-
 
6616
                                                'options' => [
-
 
6617
                                                    'route' => '/timeline[/urgent/:urgent][/topic_id/:topic_id]',
-
 
6618
                                                    'constraints' => [
-
 
6619
                                                        'hptg_id' => '[A-Za-z0-9\-]+\=*',
-
 
6620
                                                        'topic_id' => '[A-Za-z0-9\-]+\=*',
-
 
6621
                                                        'urgent' => 'u',
-
 
6622
                                                    ],
-
 
6623
                                                    'defaults' => [
-
 
6624
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewFeedController',
-
 
6625
                                                        'action' => 'timeline'
-
 
6626
                                                    ]
-
 
6627
                                                ]
-
 
6628
                                            ],
-
 
6629
                                            'onefeed' => [
-
 
6630
                                                'type' => Segment::class,
-
 
6631
                                                'options' => [
-
 
6632
                                                    'route' => '/onefeed[/:feed_id][/:topic_id]',
-
 
6633
                                                    'constraints' => [
-
 
6634
                                                        'group_id' => '[A-Za-z0-9\-]+\=*',
-
 
6635
                                                        'feed_id' => '[A-Za-z0-9\-]+\=*',
-
 
6636
                                                        'topic_id' => '[A-Za-z0-9\-]+\=*',
-
 
6637
                                                    ],
-
 
6638
                                                    'defaults' => [
-
 
6639
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewFeedController',
-
 
6640
                                                        'action' => 'oneFeed'
-
 
6641
                                                    ]
-
 
6642
                                                ]
-
 
6643
                                            ],
-
 
6644
                                            'delete' => [
-
 
6645
                                                'type' => Segment::class,
-
 
6646
                                                'options' => [
-
 
6647
                                                    'route' => '/delete/:id',
-
 
6648
                                                    'constraints' => [
-
 
6649
                                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
6650
                                                    ],
-
 
6651
                                                    'defaults' => [
-
 
6652
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewFeedController',
-
 
6653
                                                        'action' => 'delete'
-
 
6654
                                                    ],
-
 
6655
                                                ]
-
 
6656
                                            ],
-
 
6657
                                            'comments' => [
-
 
6658
                                                'type' => Segment::class,
-
 
6659
                                                'options' => [
-
 
6660
                                                    'route' => '/comments/:id',
-
 
6661
                                                    'constraints' => [
-
 
6662
                                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
6663
                                                    ],
-
 
6664
                                                    'defaults' => [
-
 
6665
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewFeedController',
-
 
6666
                                                        'action' => 'comment'
-
 
6667
                                                    ],
-
 
6668
                                                ],
-
 
6669
                                                'may_terminate' => true,
-
 
6670
                                                'child_routes' => [
-
 
6671
                                                    'delete' => [
-
 
6672
                                                        'type' => Segment::class,
-
 
6673
                                                        'options' => [
-
 
6674
                                                            'route' => '/delete/:comment',
-
 
6675
                                                            'constraints' => [
-
 
6676
                                                                'comment' => '[A-Za-z0-9\-]+\=*',
-
 
6677
                                                            ],
-
 
6678
                                                            'defaults' => [
-
 
6679
                                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewFeedController',
-
 
6680
                                                                'action' => 'commentDelete'
-
 
6681
                                                            ]
-
 
6682
                                                        ]
-
 
6683
                                                    ],
-
 
6684
 
-
 
6685
                                                    'answer' => [
-
 
6686
                                                        'type' => Segment::class,
-
 
6687
                                                        'options' => [
-
 
6688
                                                            'route' => '/answer/:comment',
-
 
6689
                                                            'constraints' => [
-
 
6690
                                                                'comment' => '[A-Za-z0-9\-]+\=*',
-
 
6691
                                                            ],
-
 
6692
                                                            'defaults' => [
-
 
6693
                                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewFeedController',
-
 
6694
                                                                'action' => 'answer'
-
 
6695
                                                            ]
-
 
6696
                                                        ]
-
 
6697
                                                    ],
-
 
6698
                                                ]
-
 
6699
                                            ],
-
 
6700
                                            'add' => [
-
 
6701
                                                'type' => Segment::class,
-
 
6702
                                                'options' => [
-
 
6703
                                                    'route' => '/add[/group/:group_id][/encoding/:encoding][/topic_id/:topic_id]',
-
 
6704
                                                    'constraints' => [
-
 
6705
                                                        'group_id' => '[A-Za-z0-9\-]+\=*',
-
 
6706
                                                        'topic_id' => '[A-Za-z0-9\-]+\=*',
-
 
6707
                                                        'encoding' => 'base64'
-
 
6708
                                                    ],
-
 
6709
                                                    'defaults' => [
-
 
6710
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewFeedController',
-
 
6711
                                                        'action' => 'add'
-
 
6712
                                                    ]
-
 
6713
                                                ]
-
 
6714
                                            ],
-
 
6715
                                        ],
-
 
6716
                                    ],
-
 
6717
                                    'members' => [
-
 
6718
                                        'type' => Literal::class,
-
 
6719
                                        'options' => [
-
 
6720
                                            'route' => '/members',
-
 
6721
                                            'defaults' => [
-
 
6722
                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController',
-
 
6723
                                                'action' => 'index'
-
 
6724
                                            ]
-
 
6725
                                        ], 'may_terminate' => true,
-
 
6726
                                        'child_routes' => [
-
 
6727
                                            'invite' => [
-
 
6728
                                                'type' => Segment::class,
-
 
6729
                                                'options' => [
-
 
6730
                                                    'route' => '/invite/:user_id',
-
 
6731
                                                    'constraints' => [
-
 
6732
                                                        'user_id' => '[A-Za-z0-9\-]+\=*'
-
 
6733
                                                    ],
-
 
6734
                                                    'defaults' => [
-
 
6735
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController',
-
 
6736
                                                        'action' => 'invite'
-
 
6737
                                                    ]
-
 
6738
                                                ]
-
 
6739
                                            ],
-
 
6740
                                            'edit' => [
-
 
6741
                                                'type' => Segment::class,
-
 
6742
                                                'options' => [
-
 
6743
                                                    'route' => '/edit/:user_id',
-
 
6744
                                                    'constraints' => [
-
 
6745
                                                        'user_id' => '[A-Za-z0-9\-]+\=*'
-
 
6746
                                                    ],
-
 
6747
                                                    'defaults' => [
-
 
6748
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController',
-
 
6749
                                                        'action' => 'edit'
-
 
6750
                                                    ]
-
 
6751
                                                ]
-
 
6752
                                            ],
-
 
6753
                                            'delete' => [
-
 
6754
                                                'type' => Segment::class,
-
 
6755
                                                'options' => [
-
 
6756
                                                    'route' => '/delete[/:user_id]',
-
 
6757
                                                    'constraints' => [
-
 
6758
                                                        'user_id' => '[A-Za-z0-9\-]+\=*'
-
 
6759
                                                    ],
-
 
6760
                                                    'defaults' => [
-
 
6761
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController',
-
 
6762
                                                        'action' => 'delete'
-
 
6763
                                                    ]
-
 
6764
                                                ]
-
 
6765
                                            ],
-
 
6766
                                        ]
-
 
6767
                                    ],
6519
                    'delete' => [
6768
                                    'urgent' => [
-
 
6769
                                        'type' => Segment::class,
6520
                        'type' => Segment::class,
6770
                                        'options' => [
-
 
6771
                                            'route' => '/urgent[/:urgent]',
-
 
6772
                                            'constraints' => [
-
 
6773
                                                'urgent' => 'u'
-
 
6774
                                            ],
-
 
6775
                                            'defaults' => [
-
 
6776
                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
-
 
6777
                                                'action' => 'index'
-
 
6778
                                            ]
-
 
6779
                                        ]
-
 
6780
                                    ],
6521
                        'options' => [
6781
                                    'calendar' => [
-
 
6782
                                        'type' => Literal::class,
-
 
6783
                                        'options' => [
-
 
6784
                                            'route' => '/calendar',
6522
                            'route' => '/delete/:id',
6785
 
-
 
6786
                                            'defaults' => [
-
 
6787
                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewCalendarController',
-
 
6788
                                                'action' => 'index'
-
 
6789
                                            ]
-
 
6790
                                        ], 'may_terminate' => true,
-
 
6791
                                        'child_routes' => [
-
 
6792
                                            'view' => [
-
 
6793
                                                'type' => Segment::class,
-
 
6794
                                                'options' => [
-
 
6795
                                                    'route' => '/view[/:feed_id]',
-
 
6796
                                                    'constraints' => [
-
 
6797
                                                        'feed_id' => '[A-Za-z0-9\-]+\=*'
-
 
6798
                                                    ],
-
 
6799
                                                    'defaults' => [
-
 
6800
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewCalendarController',
-
 
6801
                                                        'action' => 'view'
-
 
6802
                                                    ]
-
 
6803
                                                ]
-
 
6804
                                            ],
-
 
6805
                                        ]
-
 
6806
                                    ],
-
 
6807
                                    'foro' => [
6523
                            'constraints' => [
6808
                                        'type' => Literal::class,
-
 
6809
                                        'options' => [
-
 
6810
                                            'route' => '/foro',
-
 
6811
                                            'defaults' => [
-
 
6812
                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoController',
-
 
6813
                                                'action' => 'index'
-
 
6814
                                            ]
-
 
6815
                                        ],
-
 
6816
                                        'may_terminate' => true,
-
 
6817
                                        'child_routes' => [
-
 
6818
                                            'view' => [
-
 
6819
                                                'type' => Literal::class,
-
 
6820
                                                'options' => [
-
 
6821
                                                    'route' => '/view',
-
 
6822
                                                    'defaults' => [
-
 
6823
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoController',
-
 
6824
                                                        'action' => 'view'
-
 
6825
                                                    ]
-
 
6826
                                                ]
-
 
6827
                                            ],
-
 
6828
                                            'categories' => [
-
 
6829
                                                'type' => Literal::class,
-
 
6830
                                                'options' => [
-
 
6831
                                                    'route' => '/categories',
-
 
6832
                                                    'defaults' => [
-
 
6833
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
-
 
6834
                                                        'action' => 'index'
-
 
6835
                                                    ]
-
 
6836
                                                ],
-
 
6837
                                                'may_terminate' => true,
-
 
6838
                                                'child_routes' => [
-
 
6839
                                                    'view' => [
-
 
6840
                                                        'type' => Literal::class,
-
 
6841
                                                        'options' => [
-
 
6842
                                                            'route' => '/view',
-
 
6843
                                                            'defaults' => [
-
 
6844
                                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
-
 
6845
                                                                'action' => 'view'
-
 
6846
                                                            ]
-
 
6847
                                                        ]
-
 
6848
                                                    ],
-
 
6849
                                                    'add' => [
-
 
6850
                                                        'type' => Literal::class,
-
 
6851
                                                        'options' => [
-
 
6852
                                                            'route' => '/add',
-
 
6853
                                                            'defaults' => [
-
 
6854
                                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
-
 
6855
                                                                'action' => 'add'
-
 
6856
                                                            ]
-
 
6857
                                                        ]
-
 
6858
                                                    ],
-
 
6859
                                                    'edit' => [
-
 
6860
                                                        'type' => Segment::class,
-
 
6861
                                                        'options' => [
-
 
6862
                                                            'route' => '/edit/:category_id',
-
 
6863
                                                            'constraints' => [
-
 
6864
                                                                'category_id' => '[A-Za-z0-9\-]+\=*'
-
 
6865
                                                            ],
-
 
6866
                                                            'defaults' => [
-
 
6867
                                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
-
 
6868
                                                                'action' => 'edit'
-
 
6869
                                                            ]
-
 
6870
                                                        ]
-
 
6871
                                                    ],
-
 
6872
                                                    'delete' => [
-
 
6873
                                                        'type' => Segment::class,
-
 
6874
                                                        'options' => [
-
 
6875
                                                            'route' => '/delete/:category_id',
-
 
6876
                                                            'constraints' => [
-
 
6877
                                                                'category_id' => '[A-Za-z0-9\-]+\=*'
-
 
6878
                                                            ],
-
 
6879
                                                            'defaults' => [
-
 
6880
                                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController',
-
 
6881
                                                                'action' => 'delete'
-
 
6882
                                                            ]
-
 
6883
                                                        ]
-
 
6884
                                                    ],
-
 
6885
                                                    'articles' => [
-
 
6886
                                                        'type' => Segment::class,
-
 
6887
                                                        'options' => [
-
 
6888
                                                            'route' => '/:category_id/articles',
-
 
6889
                                                            'constraints' => [
-
 
6890
                                                                'category_id' => '[A-Za-z0-9\-]+\=*'
-
 
6891
                                                            ],
-
 
6892
                                                            'defaults' => [
-
 
6893
                                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesController',
-
 
6894
                                                                'action' => 'index'
-
 
6895
                                                            ]
-
 
6896
                                                        ],
-
 
6897
                                                        'may_terminate' => true,
-
 
6898
                                                        'child_routes' => [
-
 
6899
                                                            'add' => [
-
 
6900
                                                                'type' => Literal::class,
-
 
6901
                                                                'options' => [
-
 
6902
                                                                    'route' => '/add',
-
 
6903
                                                                    'defaults' => [
-
 
6904
                                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesController',
-
 
6905
                                                                        'action' => 'add'
-
 
6906
                                                                    ]
-
 
6907
                                                                ]
-
 
6908
                                                            ],
-
 
6909
                                                            'edit' => [
-
 
6910
                                                                'type' => Segment::class,
-
 
6911
                                                                'options' => [
-
 
6912
                                                                    'route' => '/edit/:article_id',
-
 
6913
                                                                    'constraints' => [
-
 
6914
                                                                        'articles_id' => '[A-Za-z0-9\-]+\=*'
-
 
6915
                                                                    ],
-
 
6916
                                                                    'defaults' => [
-
 
6917
                                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesController',
-
 
6918
                                                                        'action' => 'edit'
-
 
6919
                                                                    ]
-
 
6920
                                                                ]
-
 
6921
                                                            ],
-
 
6922
 
-
 
6923
                                                            'delete' => [
-
 
6924
                                                                'type' => Segment::class,
-
 
6925
                                                                'options' => [
-
 
6926
                                                                    'route' => '/delete/:article_id',
-
 
6927
                                                                    'constraints' => [
-
 
6928
                                                                        'articles_id' => '[A-Za-z0-9\-]+\=*'
-
 
6929
                                                                    ],
-
 
6930
                                                                    'defaults' => [
-
 
6931
                                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesController',
-
 
6932
                                                                        'action' => 'delete'
-
 
6933
                                                                    ]
-
 
6934
                                                                ]
-
 
6935
                                                            ],
-
 
6936
                                                            'view' => [
-
 
6937
                                                                'type' => Segment::class,
-
 
6938
                                                                'options' => [
-
 
6939
                                                                    'route' => '/view/:article_id',
-
 
6940
                                                                    'constraints' => [
-
 
6941
                                                                        'articles_id' => '[A-Za-z0-9\-]+\=*'
-
 
6942
                                                                    ],
-
 
6943
                                                                    'defaults' => [
-
 
6944
                                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesViewController',
-
 
6945
                                                                        'action' => 'index'
-
 
6946
                                                                    ]
-
 
6947
                                                                ]
-
 
6948
                                                            ],
-
 
6949
                                                        ]
-
 
6950
                                                    ],
-
 
6951
                                                ],
-
 
6952
                                            ],
-
 
6953
                                        ]
-
 
6954
                                    ],
-
 
6955
                                    'topic' => [
-
 
6956
                                        'type' => Literal::class,
-
 
6957
                                        'options' => [
-
 
6958
                                            'route' => '/topic',
-
 
6959
                                            'defaults' => [
-
 
6960
                                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
-
 
6961
                                                'action' => 'index'
-
 
6962
                                            ]
-
 
6963
                                        ],
-
 
6964
                                        'may_terminate' => true,
-
 
6965
                                        'child_routes' => [
6524
                                'id' => '[A-Za-z0-9\-]+\=*'
6966
                                            'add' => [
-
 
6967
                                                'type' => Literal::class,
-
 
6968
                                                'options' => [
-
 
6969
                                                    'route' => '/add',
-
 
6970
                                                    'defaults' => [
-
 
6971
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
-
 
6972
                                                        'action' => 'add'
-
 
6973
                                                    ]
-
 
6974
                                                ]
-
 
6975
                                            ],
-
 
6976
                                            'edit' => [
-
 
6977
                                                'type' => Segment::class,
-
 
6978
                                                'options' => [
-
 
6979
                                                    'route' => '/edit/:topic_id',
-
 
6980
                                                    'constraints' => [
-
 
6981
                                                        'topic_id' => '[A-Za-z0-9\-]+\=*'
-
 
6982
                                                    ],
-
 
6983
                                                    'defaults' => [
-
 
6984
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
-
 
6985
                                                        'action' => 'edit'
-
 
6986
                                                    ]
-
 
6987
                                                ]
-
 
6988
                                            ],
-
 
6989
                                            'view' => [
-
 
6990
                                                'type' => Segment::class,
-
 
6991
                                                'options' => [
-
 
6992
                                                    'route' => '/view[/:topic_id]',
-
 
6993
                                                    'constraints' => [
-
 
6994
                                                        'topic_id' => '[A-Za-z0-9\-]+\=*'
-
 
6995
                                                    ],
-
 
6996
                                                    'defaults' => [
-
 
6997
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
-
 
6998
                                                        'action' => 'index'
-
 
6999
                                                    ]
-
 
7000
                                                ]
-
 
7001
                                            ],
-
 
7002
 
-
 
7003
                                            'delete' => [
-
 
7004
                                                'type' => Segment::class,
-
 
7005
                                                'options' => [
-
 
7006
                                                    'route' => '/delete/:topic_id',
-
 
7007
                                                    'constraints' => [
-
 
7008
                                                        'topic_id' => '[A-Za-z0-9\-]+\=*'
-
 
7009
                                                    ],
-
 
7010
                                                    'defaults' => [
-
 
7011
                                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController',
-
 
7012
                                                        'action' => 'delete'
-
 
7013
                                                    ]
-
 
7014
                                                ]
-
 
7015
                                            ]
-
 
7016
                                        ],
-
 
7017
                                    ],
-
 
7018
 
-
 
7019
                                ],
-
 
7020
 
-
 
7021
                            ],
6525
                            ],
-
 
6526
                            'defaults' => [
-
 
6527
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamController',
-
 
6528
                                'action' => 'delete'
-
 
6529
                            ]
7022
                        ]
6530
                        ]
7023
                    ],
6531
                    ],
-
 
6532
 
7024
                ]
6533
                ]
7025
            ],
6534
            ],
Línea 7026... Línea 6535...
7026
 
6535
 
7027
            'tools' => [
6536
            'tools' => [
Línea 7139... Línea 6648...
7139
            \LeadersLinked\Controller\PlanningGoalController::class => \LeadersLinked\Factory\Controller\PlanningGoalControllerFactory::class,
6648
            \LeadersLinked\Controller\PlanningGoalController::class => \LeadersLinked\Factory\Controller\PlanningGoalControllerFactory::class,
7140
            \LeadersLinked\Controller\PlanningTaskController::class => \LeadersLinked\Factory\Controller\PlanningTaskControllerFactory::class,
6649
            \LeadersLinked\Controller\PlanningTaskController::class => \LeadersLinked\Factory\Controller\PlanningTaskControllerFactory::class,
Línea 7141... Línea 6650...
7141
           
6650
           
7142
            \LeadersLinked\Controller\PrivateNetworksController::class => \LeadersLinked\Factory\Controller\PrivateNetworksControllerFactory::class,
6651
            \LeadersLinked\Controller\PrivateNetworksController::class => \LeadersLinked\Factory\Controller\PrivateNetworksControllerFactory::class,
-
 
6652
            \LeadersLinked\Controller\MyPrivateNetworkController::class => \LeadersLinked\Factory\Controller\MyPrivateNetworkControllerFactory::class,
7143
            \LeadersLinked\Controller\MyPrivateNetworkController::class => \LeadersLinked\Factory\Controller\MyPrivateNetworkControllerFactory::class,
6653
            
7144
            \LeadersLinked\Controller\HighPerformanceTeamsController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsControllerFactory::class,
-
 
7145
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsControllerFactory::class,
-
 
7146
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewCalendarController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewCalendarControllerFactory::class,
-
 
7147
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewForoCategoriesControllerFactory::class,
-
 
7148
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewForoArticlesControllerFactory::class,
-
 
7149
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewForoControllerFactory::class,
-
 
7150
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesViewController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewForoArticlesViewControllerFactory::class,
-
 
7151
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewControllerFactory::class,
-
 
7152
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewObjectivesController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewObjectivesControllerFactory::class,
-
 
7153
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewGoalsController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewGoalsControllerFactory::class,
-
 
7154
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTaskController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewTaskControllerFactory::class,
-
 
7155
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewFeedController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewFeedControllerFactory::class,
-
 
7156
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewTopicControllerFactory::class,
-
 
-
 
6654
            \LeadersLinked\Controller\HighPerformanceTeamController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamControllerFactory::class,
-
 
6655
 
-
 
6656
            
-
 
6657
            
-
 
6658
            
7157
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsMembersControllerFactory::class,
6659
            
7158
            \LeadersLinked\Controller\ChatController::class => \LeadersLinked\Factory\Controller\ChatControllerFactory::class,
6660
            \LeadersLinked\Controller\ChatController::class => \LeadersLinked\Factory\Controller\ChatControllerFactory::class,
Línea 7159... Línea 6661...
7159
            \LeadersLinked\Controller\CommunicationController::class => \LeadersLinked\Factory\Controller\CommunicationControllerFactory::class,
6661
            \LeadersLinked\Controller\CommunicationController::class => \LeadersLinked\Factory\Controller\CommunicationControllerFactory::class,
7160
 
6662
 
Línea 7173... Línea 6675...
7173
            \LeadersLinked\Controller\DiscoveryContactController::class => \LeadersLinked\Factory\Controller\DiscoveryContactControllerFactory::class,
6675
            \LeadersLinked\Controller\DiscoveryContactController::class => \LeadersLinked\Factory\Controller\DiscoveryContactControllerFactory::class,
7174
            \LeadersLinked\Controller\DiscoveryContactLogController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactLogControllerFactory::class,
6676
            \LeadersLinked\Controller\DiscoveryContactLogController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactLogControllerFactory::class,
7175
            \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionTypeControllerFactory::class,
6677
            \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionTypeControllerFactory::class,
7176
            \LeadersLinked\Controller\DiscoveryContactInteractionController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionControllerFactory::class,
6678
            \LeadersLinked\Controller\DiscoveryContactInteractionController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionControllerFactory::class,
7177
            \LeadersLinked\Controller\DiscoveryContactProgressController::class => \LeadersLinked\Factory\Controller\DiscoveryContactProgressControllerFactory::class,
6679
            \LeadersLinked\Controller\DiscoveryContactProgressController::class => \LeadersLinked\Factory\Controller\DiscoveryContactProgressControllerFactory::class,
-
 
6680
            \LeadersLinked\Controller\DiscoveryContactProgressUserController::class => \LeadersLinked\Factory\Controller\DiscoveryContactProgressUserControllerFactory::class,
7178
            \LeadersLinked\Controller\DiscoveryContactReportController::class => \LeadersLinked\Factory\Controller\DiscoveryContactReportControllerFactory::class,
6681
            \LeadersLinked\Controller\DiscoveryContactReportController::class => \LeadersLinked\Factory\Controller\DiscoveryContactReportControllerFactory::class,
Línea -... Línea 6682...
-
 
6682
 
-
 
6683
            
-
 
6684
            \LeadersLinked\Controller\DiscoveryContactBlackListController::class => \LeadersLinked\Factory\Controller\DiscoveryContactBlackListControllerFactory::class,
Línea 7179... Línea 6685...
7179
 
6685
            \LeadersLinked\Controller\DiscoveryContactBlackListReasonController::class => \LeadersLinked\Factory\Controller\DiscoveryContactBlackListReasonControllerFactory::class,
7180
 
6686
 
7181
            \LeadersLinked\Controller\ActivityCenterController::Class  => \LeadersLinked\Factory\Controller\ActivityCenterControllerFactory::class,
6687
            \LeadersLinked\Controller\ActivityCenterController::Class  => \LeadersLinked\Factory\Controller\ActivityCenterControllerFactory::class,
7182
            \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class  => \LeadersLinked\Factory\Controller\ActivityCenterPerformanceEvaluationControllerFactory::class,
6688
            \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class  => \LeadersLinked\Factory\Controller\ActivityCenterPerformanceEvaluationControllerFactory::class,
Línea 7289... Línea 6795...
7289
            '\LeadersLinked\Controller\PlanningTaskController' => \LeadersLinked\Controller\PlanningTaskController::class,
6795
            '\LeadersLinked\Controller\PlanningTaskController' => \LeadersLinked\Controller\PlanningTaskController::class,
Línea 7290... Línea 6796...
7290
           
6796
           
7291
           
6797
           
-
 
6798
            '\LeadersLinked\Controller\MyPrivateNetworkController' => \LeadersLinked\Controller\MyPrivateNetworkController::class,
7292
            '\LeadersLinked\Controller\MyPrivateNetworkController' => \LeadersLinked\Controller\MyPrivateNetworkController::class,
6799
            '\LeadersLinked\Controller\PrivateNetworksController' => \LeadersLinked\Controller\PrivateNetworksController::class,
7293
            '\LeadersLinked\Controller\PrivateNetworksController' => \LeadersLinked\Controller\PrivateNetworksController::class,
-
 
7294
            '\LeadersLinked\Controller\HighPerformanceTeamsController' => \LeadersLinked\Controller\HighPerformanceTeamsController::class,
-
 
7295
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsController::class,
-
 
7296
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController::class,
-
 
7297
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewObjectivesController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewObjectivesController::class,
-
 
7298
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewGoalsController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewGoalsController::class,
-
 
7299
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTaskController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTaskController::class,
-
 
7300
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewFeedController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewFeedController::class,
-
 
7301
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController::class,
-
 
7302
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewCalendarController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewCalendarController::class,
-
 
7303
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoCategoriesController::class,
-
 
7304
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesController::class,
-
 
7305
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoController::class,
-
 
-
 
6800
            
-
 
6801
            '\LeadersLinked\Controller\HighPerformanceTeamController' => \LeadersLinked\Controller\HighPerformanceTeamController::class,
-
 
6802
           
7306
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesViewController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesViewController::class,
6803
            
7307
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController::class,
6804
            
Línea 7308... Línea 6805...
7308
            '\LeadersLinked\Controller\ChatController' => \LeadersLinked\Controller\ChatController::class,
6805
            '\LeadersLinked\Controller\ChatController' => \LeadersLinked\Controller\ChatController::class,
7309
            '\LeadersLinked\Controller\CommunicationController' => \LeadersLinked\Controller\CommunicationController::class,
6806
            '\LeadersLinked\Controller\CommunicationController' => \LeadersLinked\Controller\CommunicationController::class,
Línea 7323... Línea 6820...
7323
            '\LeadersLinked\Controller\DiscoveryContactController' => \LeadersLinked\Controller\DiscoveryContactController::class,
6820
            '\LeadersLinked\Controller\DiscoveryContactController' => \LeadersLinked\Controller\DiscoveryContactController::class,
7324
            '\LeadersLinked\Controller\DiscoveryContactLogController' => \LeadersLinked\Controller\DiscoveryContactLogController::class,
6821
            '\LeadersLinked\Controller\DiscoveryContactLogController' => \LeadersLinked\Controller\DiscoveryContactLogController::class,
7325
            '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController' => \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class,
6822
            '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController' => \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class,
7326
            '\LeadersLinked\Controller\DiscoveryContactInteractionController' => \LeadersLinked\Controller\DiscoveryContactInteractionController::class,
6823
            '\LeadersLinked\Controller\DiscoveryContactInteractionController' => \LeadersLinked\Controller\DiscoveryContactInteractionController::class,
7327
            '\LeadersLinked\Controller\DiscoveryContactProgressController' => \LeadersLinked\Controller\DiscoveryContactProgressController::class,
6824
            '\LeadersLinked\Controller\DiscoveryContactProgressController' => \LeadersLinked\Controller\DiscoveryContactProgressController::class,
-
 
6825
            '\LeadersLinked\Controller\DiscoveryContactProgressController' => \LeadersLinked\Controller\DiscoveryContactProgressController::class,
-
 
6826
            '\LeadersLinked\Controller\DiscoveryContactProgressUserController' => \LeadersLinked\Controller\DiscoveryContactProgressUserController::class,
7328
            '\LeadersLinked\Controller\DiscoveryContactReportController' => \LeadersLinked\Controller\DiscoveryContactReportController::class,
6827
            '\LeadersLinked\Controller\DiscoveryContactReportController' => \LeadersLinked\Controller\DiscoveryContactReportController::class,
Línea -... Línea 6828...
-
 
6828
 
-
 
6829
            '\LeadersLinked\Controller\DiscoveryContactBlackListReasonController' => \LeadersLinked\Controller\DiscoveryContactBlackListReasonController::class,
-
 
6830
            '\LeadersLinked\Controller\DiscoveryContactBlackListController' => \LeadersLinked\Controller\DiscoveryContactBlackListController::class,
-
 
6831
            
7329
 
6832
            
7330
            '\LeadersLinked\Controller\ActivityCenterController' => \LeadersLinked\Controller\ActivityCenterController::class,
6833
            '\LeadersLinked\Controller\ActivityCenterController' => \LeadersLinked\Controller\ActivityCenterController::class,
7331
            '\LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController' => \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class,
6834
            '\LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController' => \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class,
7332
            '\LeadersLinked\Controller\ActivityCenterRecruitmentSelectionController' => \LeadersLinked\Controller\ActivityCenterRecruitmentSelectionController::class,
6835
            '\LeadersLinked\Controller\ActivityCenterRecruitmentSelectionController' => \LeadersLinked\Controller\ActivityCenterRecruitmentSelectionController::class,
7333
            '\LeadersLinked\Controller\ActivityCenterOrganizationalClimateController' => \LeadersLinked\Controller\ActivityCenterOrganizationalClimateController::class,
6836
            '\LeadersLinked\Controller\ActivityCenterOrganizationalClimateController' => \LeadersLinked\Controller\ActivityCenterOrganizationalClimateController::class,