Commit 5420371a authored by Angie Byron's avatar Angie Byron
Browse files

#62926 by karschsp: Increase maximum length of free tagging field.

parent 7addef29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -527,7 +527,7 @@ function taxonomy_form_alter(&$form, $form_state, $form_id) {
          '#default_value' => $typed_string,
          '#autocomplete_path' => 'taxonomy/autocomplete/' . $vocabulary->vid,
          '#weight' => $vocabulary->weight,
          '#maxlength' => 255,
          '#maxlength' => 1024,
        );
      }
      else {