When translating a taxonomy term for the first time I get the message:

Notice: Undefined index: format in title_field_text_with_summary_sync_get() line 150 of all/modules/title/title.core.inc

The taxonomy term and description are both configured to format as plain text.

The Taxonomy translation is set: Localize. Terms are common for all languages, but their name and description may be localized.

Entity Translation has been disabled for Taxonomy terms.

Using the i18n translation as the default for the taxonomy.

CommentFileSizeAuthor
#1 title-format_not_set-2028305-1.patch631 bytesmvdve
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mvdve’s picture

Version: 7.x-1.0-alpha7 » 7.x-1.x-dev
Issue summary: View changes
Status: Active » Needs review
FileSize
631 bytes

The format of the description field is not supplied when it is set to plain_text in the field settings.
In this case, the format can be hard-coded to plain_text.

mvdve’s picture

Title: Notice: Undefined index: format in title_field_text_with_summary_sync_get() line 150 of all/modules/title/title.core.inc » No format index when description text processing is se to plain text
odegard’s picture

Can confirm that this patch fixes the issue.

mvdve’s picture

Status: Needs review » Closed (fixed)
mvdve’s picture