Problem/Motivation

The text format 'full_html' is created by the standard install profile, so may not exist on all sites. This module has 'full_html' hard coded for use in taxonomy and product fields, which cause a fatal error when rendering them when the format is not found.

Proposed resolution

Use filter_default_format() instead of hard coded filter format.

Remaining tasks

It may be useful to have a configuration for to select the filter format to use, however I would imagine filter_default_format() would suffice for most needs.

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ericgsmith created an issue. See original summary.

ericgsmith’s picture

Assigned: ericgsmith » Unassigned
Status: Needs work » Needs review
FileSize
1.36 KB

Patch attached.

donutdan4114’s picture

Status: Needs review » Fixed

Thanks for another patch!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.