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

dev #32668 : display admin bib custom field to information block

parent 4f65b2ab
Branches
Tags
4 merge requests!1587Master,!1553Master,!1539Master,!1534Dev#32668 bib form custom fields refacto master
......@@ -147,7 +147,8 @@ class ZendAfi_Form_Admin_Library extends ZendAfi_Form {
'annexe',
'horaire'],
'informations',
['legend' => $this->_('Informations')])
['legend' => $this->_('Informations'),
'order' => 3])
->addElement('select', 'visibilite', ['label' => $this->_('Statut de la bib'),
'multiOptions' => (new Class_Bib())->getAllStatus(),
......@@ -191,6 +192,10 @@ class ZendAfi_Form_Admin_Library extends ZendAfi_Form {
return $this;
}
protected function getCustomDisplayGroup() {
return $this->getDisplayGroup('informations');
}
protected function displayRedmine() {
if (!Class_AdminVar::isRedmineEnabled())
......
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