On page load, if the “Start minimized” option (Make the tree appear minimized on the form by default) is selected, that minimize each tree, except for lists that contain a checked box.
On page load, how to minimize each tree even for lists that contain a checked box?
Start minimized is checked
Leaves Only is checked
Track List is checked
Unlimited
I think we have to add some lines in ‘term_reference_tree.js’.
I knew PHP but not Javascript so thanks in advance for your help.
In the next version, it will be nice to get two different options « Start minimized in all cases » and « Start minimized except for lists that contain a checked box ».
Comments
Comment #1
Philou88 commentedI apparently found the modification to do at the end of "term_reference_tree.widget.inc".
Comment #2
alex_optimFixed in another issue. https://www.drupal.org/project/term_reference_tree/issues/1907974
Comment #3
alex_optim