- πΈπ°Slovakia coaston
I am changing priotity as this is critical issue. This module is not usable when using more taxonomy terms. Experiencing the same issue.
Please provide patch. - Status changed to Needs review
about 1 year ago 3:44pm 13 September 2023 - πΈπ°Slovakia coaston
I found out that auto still not working right, however direct value looks good.
Replace in js/entity_reference_tree.js- $("#entity-reference-tree-modal").dialog( "option", { height: 'auto' } ); + $("#entity-reference-tree-modal").dialog( "option", { height:'650' } );
Does work.
- First commit to issue fork.
- πΊπΈUnited States billdaff
Opened up an MR to help with this. I am not sure if it achieves all that you want, I incorporated some of the changes above. I left height as auto, but set max-height to 450px. Not sure if this is exactly the course you were looking to go, but it resolved for me.
- π¦πΊAustralia mingsong π¦πΊ
There is an error with the automated PHPUnit test.
1) Drupal\Tests\entity_reference_tree\FunctionalJavascript\BasicJavascriptTest::testEntityReferenceTreeJavascript
Behat\Mink\Exception\ResponseTextException: The text "Selected (3 of unlimited): Node 1 (1), Node 2 (2), Node 3 (3)" was not found anywhere in the text of the current page.https://git.drupalcode.org/issue/entity_reference_tree-3197987/-/jobs/26...
Is there anyone know why? We can merge a MR that is failed from test.
- Status changed to Needs work
2 months ago 11:55pm 4 September 2024 - π¦πΊAustralia mingsong π¦πΊ
Ok, first the selected nodes tip is required by others, we can't remove this feature. And second, I don't think hard-code the hight would fit all size of screen.