Skip to content
Snippets Groups Projects
Commit f463328a authored by efalcy's avatar efalcy
Browse files

hotline #73445 : manager refacto for cosmo

parent ee7dc784
Branches
Tags
3 merge requests!2574Master,!2573Hotline,!2570Hotline#73445 modifications impossibles sur le cosmo
Pipeline #3772 passed with stage
in 34 minutes and 43 seconds
......@@ -20,7 +20,7 @@
*/
class ZendAfi_Controller_Plugin_Manager_Annexe extends ZendAfi_Controller_Plugin_Manager_Manager {
class ZendAfi_Controller_Plugin_Manager_Annexe extends ZendAfi_Controller_Plugin_Manager_ExternalManager {
public function getActions($model) {
return [['url' => ['action' => 'edit',
'id' => $model->getId()],
......
......@@ -20,7 +20,7 @@
*/
class ZendAfi_Controller_Plugin_Manager_Section extends ZendAfi_Controller_Plugin_Manager_Manager {
class ZendAfi_Controller_Plugin_Manager_Section extends ZendAfi_Controller_Plugin_Manager_ExternalManager {
public function getActions($model) {
return [['url' => ['action' => 'edit',
'id' => $model->getId()],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment