There is 500 error when try to add taxonomy term of any bundle.

Error in log:
Fatal error: Call to undefined method Drupal\\Core\\Field\\BaseFieldDefinition::getThirdPartySettings() in /.../modules/contrib/better_formats/better_formats.module on line 50

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

silinor created an issue. See original summary.

silinor’s picture

Status: Active » Patch (to be ported)
FileSize
871 bytes

Here is the patch that solve the problem.

silinor’s picture

Status: Patch (to be ported) » Needs review
silinor’s picture

Assigned: silinor » Unassigned
justAChris’s picture

Status: Needs review » Reviewed & tested by the community

Confirmed that patch allows creation of taxonomy terms.
The Description field on the taxonomy term doesn't provide a method to configure the text area, so ThirdPartySettings doesn't apply there. Confirmed that the rest of the BF functionality (hiding tips, tips link and overall format selection box) still works with the description field on taxonomy terms with this patch.

More info on the removal of description from taxonomy terms (Not in D8): #569434: Remove taxonomy term description field; provide description field for forum taxonomy

Devin Carlson’s picture

Status: Reviewed & tested by the community » Needs review

Changing status to trigger the testbot.

Devin Carlson’s picture

Status: Needs review » Fixed

Thanks for the patch!

Tested #2 and committed to Better Formats 8.x-1.x.

Status: Fixed » Closed (fixed)

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