πŸ‡ΊπŸ‡ΈUnited States @parkecag

Account created on 9 July 2014, over 10 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States parkecag

As a temp fix we disabled the parent selector form in a custom module:

/**
 * Implements hook_form_FORM_ID_alter().
 */
function taxonomy_fix_form_taxonomy_term_form_alter(&$form, FormStateInterface $form_state): void {
  $form['relations']['parent']['#access'] = FALSE;
}
Production build 0.71.5 2024