I created an entity type and added a few properties to it. Then in manage fields I added widgets to them so that data could be entered for the properties when creating/editing an entity. After exporting the entity type and all of its related settings, and installing on another site, everything seemed to be there except for the property widgets, making it impossible to actually use the entity in any kind of useful way.

Comments

mrfelton’s picture

Status: Active » Needs review
StatusFileSize
new844 bytes
mrfelton’s picture

StatusFileSize
new381 bytes

Here is the patch updated without also including the fix from #1977336: Notice: Trying to get property of non-object in Bundle->save() (line 377 (note though, that the other patch must also be applied for this to work).

acrazyanimal’s picture

Status: Needs review » Fixed

Thanks, nice and simple. Committed

Status: Fixed » Closed (fixed)

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

  • Commit 67c52f8 on 7.x-3.x authored by mrfelton, committed by fmizzell:
    Issue #1975788 by mrfelton: Include bundle config settings in exported...

  • Commit 3ecfa62 on 8.x authored by mrfelton, committed by acrazyanimal:
    Issue #1975788 by mrfelton: Include bundle config settings in exported...