Skip to content
Snippets Groups Projects
Commit 98ace98f authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Merge branch 'hotline#56492_rendre_le_titre_cliquable' into 'stable'

hotline #56492 fix toggle visibility index

See merge request !2050
parents 73791733 3f53ec8d
Branches
Tags
3 merge requests!2080Sandbox detach zf from storm,!2061Master,!2050hotline #56492 fix toggle visibility index
Pipeline #587 passed with stage
in 22 minutes and 29 seconds
- ticket #56492 : Administration : correction du formulaire de configuration de la boite article.
\ No newline at end of file
......@@ -29,7 +29,7 @@ class ZendAfi_Form_Configuration_ArticleWidget extends ZendAfi_Form {
. 'formSelectToggleVisibilityForElement("input[name=\'display_order\']", "#fieldset-datas tr:nth-child(3)", "Random");'
. 'checkBoxToggleVisibilityForElement("#allow_link_on_title", "#fieldset-affichage tr:nth-child(3)", true);');
. 'checkBoxToggleVisibilityForElement("#allow_link_on_title", "#fieldset-affichage tr:nth-child(4)", true);');
parent::init();
......
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