Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15632 Rev 15634
Línea 4219... Línea 4219...
4219
                                'controller' => '\LeadersLinked\Controller\DiscoveryContactController',
4219
                                'controller' => '\LeadersLinked\Controller\DiscoveryContactController',
4220
                                'action' => 'upload'
4220
                                'action' => 'upload'
4221
                            ]
4221
                            ]
4222
                        ]
4222
                        ]
4223
                    ],
4223
                    ],
4224
                    // 'interaction-types' => [
4224
                    'interaction-types' => [
4225
                    //     'type' => Literal::class,
4225
                        'type' => Literal::class,
4226
                    //     'options' => [
4226
                        'options' => [
4227
                    //         'route' => '/interaction-types',
4227
                            'route' => '/interaction-types',
4228
                    //         'defaults' => [
4228
                            'defaults' => [
4229
                    //             'controller' => '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController',
4229
                                'controller' => '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController',
4230
                    //             'action' => 'index'
4230
                                'action' => 'index'
4231
                    //         ]
4231
                            ]
4232
                    //     ],
4232
                        ],
4233
                    //     'may_terminate' => true,
4233
                        'may_terminate' => true,
4234
                    //     'child_routes' => [
4234
                        'child_routes' => [
4235
                    //         'add' => [
4235
                            'add' => [
4236
                    //             'type' => Literal::class,
4236
                                'type' => Literal::class,
4237
                    //             'options' => [
4237
                                'options' => [
4238
                    //                 'route' => '/add',
4238
                                    'route' => '/add',
4239
                    //                 'defaults' => [
4239
                                    'defaults' => [
4240
                    //                     'controller' => '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController',
4240
                                        'controller' => '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController',
4241
                    //                     'action' => 'add'
4241
                                        'action' => 'add'
4242
                    //                 ]
4242
                                    ]
4243
                    //             ]
4243
                                ]
4244
                    //         ],
4244
                            ],
4245
                    //         'edit' => [
4245
                            'edit' => [
4246
                    //             'type' => Segment::class,
4246
                                'type' => Segment::class,
4247
                    //             'options' => [
4247
                                'options' => [
4248
                    //                 'route' => '/edit/:id',
4248
                                    'route' => '/edit/:id',
4249
                    //                 'constraints' => [
4249
                                    'constraints' => [
4250
                    //                     'id' => '[A-Za-z0-9\-]+\=*'
4250
                                        'id' => '[A-Za-z0-9\-]+\=*'
4251
                    //                 ],
4251
                                    ],
4252
                    //                 'defaults' => [
4252
                                    'defaults' => [
4253
                    //                     'controller' => '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController',
4253
                                        'controller' => '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController',
4254
                    //                     'action' => 'edit'
4254
                                        'action' => 'edit'
4255
                    //                 ]
4255
                                    ]
4256
                    //             ]
4256
                                ]
4257
                    //         ],
4257
                            ],
4258
                    //         'delete' => [
4258
                            'delete' => [
4259
                    //             'type' => Segment::class,
4259
                                'type' => Segment::class,
4260
                    //             'options' => [
4260
                                'options' => [
4261
                    //                 'route' => '/delete/:id',
4261
                                    'route' => '/delete/:id',
4262
                    //                 'constraints' => [
4262
                                    'constraints' => [
4263
                    //                     'id' => '[A-Za-z0-9\-]+\=*'
4263
                                        'id' => '[A-Za-z0-9\-]+\=*'
4264
                    //                 ],
4264
                                    ],
4265
                    //                 'defaults' => [
4265
                                    'defaults' => [
4266
                    //                     'controller' => '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController',
4266
                                        'controller' => '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController',
4267
                    //                     'action' => 'delete'
4267
                                        'action' => 'delete'
4268
                    //                 ]
4268
                                    ]
4269
                    //             ]
4269
                                ]
4270
                    //         ],
4270
                            ],
Línea 4271... Línea 4271...
4271
 
4271
 
4272
 
4272
 
4273
 
4273
 
4274
                    //     ]
4274
                        ]
4275
                    // ],
4275
                    ],
4276
                    'interactions' => [
4276
                    'interactions' => [
4277
                        'type' => Segment::class,
4277
                        'type' => Segment::class,