Commit fb4f4a4c authored by Karuna Richard Dange's avatar Karuna Richard Dange Committed by Anmol Goel
Browse files

Issue #3313851 by SAHIL ROHILLA01, grace_karuna: Replace Button is not working

parent 779eaf6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ class CleanTaxonomyReplaceForm extends FormBase {
      return $form;
    }
    $taxonomy_term_name = $taxonomy_term_object->get('name')->value;
    $taxonomy_term_vid = $taxonomy_term_object->getVocabularyId();
    $taxonomy_term_vid = $taxonomy_term_object->bundle();
    $this->messenger()->addWarning($this->t('It will replace the nodes attached to the previous taxonomy term.'));
    $form['cleantaxonomy']['Term1'] = [
      '#type' => 'textfield',