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

Merge branch...

Merge branch 'hotline#42862_probleme_a_la_creation_de_notice_bibliotheque_numeriquecollections' into 'hotline-master'

Hotline#42862 probleme a la creation de notice bibliotheque numeriquecollections

See merge request !1666
parents a280ae19 fbac0780
3 merge requests!1677Hotline master,!1669Master,!1668Hotline master
- ticket #42862 : Bibliothéque numérique : Correction de la disparitions des champs multiple dans la modification d'un album
\ No newline at end of file
......@@ -25,8 +25,6 @@ class ZendAfi_Form_Decorator_MultiInput extends Zend_Form_Decorator_Abstract {
*/
public function render($content) {
Class_ScriptLoader::getInstance()
->loadJQuery()
->loadJQueryUI()
->addAdminScript('multi_inputs/multi_inputs.js')
->addJQueryReady('$("#multi_inputs_' . $this->_element->getId() .'").multi_inputs({
fields:' . json_encode($this->_element->getFields()) . ',
......@@ -37,7 +35,7 @@ fixed:' . json_encode($this->_element->getFixed()) . ',
"delete_message":'. json_encode($this->_element->getDeleteMessage()) . '});');
return $content
. ' <div id="multi_inputs_' . $this->_element->getId() . '"></div>';
. ' <div id="multi_inputs_' . $this->_element->getId() . '"></div>';
}
}
?>
\ 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