Avoid warning when editing a taxonomy term

Created on 11 March 2025, 26 days ago

When updating a taxonomy term with an empty description we have this error:

Warning: Undefined array key "description" in unique_field_taxonomy_term_form_validate() (line 380 of modules/contrib/unique_field/unique_field.module).
unique_field_taxonomy_term_form_validate()

It needs a small fix when retrieving the description to deal with empty value here

  $description = $form_state->getValues()['description'][0]['value'];
🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇫🇷France tostinni

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024