From f463328a832d8f69df32367e26d10b69e0f256c3 Mon Sep 17 00:00:00 2001 From: efalcy <efalcy@afi-sa.fr> Date: Wed, 28 Mar 2018 15:31:08 +0200 Subject: [PATCH] hotline #73445 : manager refacto for cosmo --- library/ZendAfi/Controller/Plugin/Manager/Annexe.php | 2 +- library/ZendAfi/Controller/Plugin/Manager/Section.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ZendAfi/Controller/Plugin/Manager/Annexe.php b/library/ZendAfi/Controller/Plugin/Manager/Annexe.php index 47a73019831..bc115ad9ef6 100644 --- a/library/ZendAfi/Controller/Plugin/Manager/Annexe.php +++ b/library/ZendAfi/Controller/Plugin/Manager/Annexe.php @@ -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()], diff --git a/library/ZendAfi/Controller/Plugin/Manager/Section.php b/library/ZendAfi/Controller/Plugin/Manager/Section.php index ece8c1d9788..f9b4ade6e03 100644 --- a/library/ZendAfi/Controller/Plugin/Manager/Section.php +++ b/library/ZendAfi/Controller/Plugin/Manager/Section.php @@ -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()], -- GitLab