Problem/Motivation

Enabling the module on Drupal 9.0.5 causes an error to be emitted, complaining about a missing config_export property in a config entity annotation.

The entities are BUEditorButton and BUEditorEditor, which need this property since Drupal 8.6.0 made it recommended in https://www.drupal.org/node/2949023

Steps to reproduce

* Clean D9 install
* drush en -y bueditor

Proposed resolution

Add the annotation to the two entities.

Remaining tasks

Do it.

User interface changes

None.

API changes

None.

Data model changes

None.

CommentFileSizeAuthor
#2 3169151-config_export.patch2 KBfgm

Comments

fgm created an issue. See original summary.

fgm’s picture

Status: Active » Needs work
StatusFileSize
new2 KB

Suggested patch, fixing the issue for me on core 9.0.5.

fgm’s picture

Status: Needs work » Needs review

oops bad status

  • ufku committed a8c7d50 on 8.x-2.x
    Issue #3169151 by fgm: Add config_export to config entities
    
ufku’s picture

Status: Needs review » Fixed

Added the missing fields for BUEditorButton and committed. Thanks

Status: Fixed » Closed (fixed)

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