- First commit to issue fork.
- πΊπ¦Ukraine AstonVictor
Hi there,
I was not able to reproduce it.
I tested on Drupal 9.5.11 site with the latest 8.x dev version of the module.For testing, I created a few terms with the tree:
- tag 1
-- tag 1.1
--- tag 1.1.1
-- tag 1.2
- tag 2After that, I hid the relation field for all users and tried to resave different terms.
It could be related to updates:
- $form[$field]['#access'] = FALSE; + $form[$field]['#attributes']['class'][] = 'visually-hidden';
thanks in advance