Skip to content
Snippets Groups Projects
Commit bcfd8f36 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

migrate frbrlinktype controller to manager plugin

parent 701cbe75
Branches
Tags
5 merge requests!2080Sandbox detach zf from storm,!2061Master,!1989Dev#45275 3155 contractuel application nouvelle methode d edition par lot des articles aux collections,!1968full plugin mod for multiselection,!1959Dev#45275 3155 contractuel application nouvelle methode d edition par lot des articles aux collections
Pipeline #135 canceled with stage
in 6 minutes and 3 seconds
......@@ -20,9 +20,14 @@
*/
class Admin_FrbrLinktypeController extends ZendAfi_Controller_Action {
public function getPlugins() {
return ['ZendAfi_Controller_Plugin_Manager_Manager'];
}
public function getRessourceDefinitions() {
return [
'model' => ['class' => 'Class_FRBR_LinkType',
return ['model' => ['class' => 'Class_FRBR_LinkType',
'name' => 'relation',
'order' => 'libelle'],
......@@ -34,6 +39,4 @@ class Admin_FrbrLinktypeController extends ZendAfi_Controller_Action {
'form' => (new ZendAfi_Form_FRBR_LinkType())];
}
}
?>
\ No newline at end of file
}
\ No newline at end of file
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