Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal Server Error when restoring a draft containing a matrix field #3183

Closed
tpmatthes opened this issue Aug 6, 2018 · 1 comment
Closed

Comments

@tpmatthes
Copy link

Description

If you restore a revision of an entry with a matrix field, that no longer contains a dropdown, you get an internal server error:

Setting unknown property: craft\behaviors\ContentBehavior::dropdown

Expected behavior: Craft should just ignore the dropdown field since it no longer exists. :)

Steps to reproduce

The error occured on a big website, but you can reproduce it on a new installation:

  1. Create a fresh Craft 3 installation.
  2. Create a single section.
  3. Create a matrix field with one block. The block should contain a dropdown with multiple options and a plain text field.
  4. Add the matrix field to the section.
  5. Edit the entry, add some matrix blocks with content and save a new version.
  6. Remove the dropdown from the matrix block (via field settings).
  7. Go back to the entry and restore a revision -> error!

Additional info

  • Craft version: 3.0.18
  • PHP version: 7.1.12
  • Database driver & version: MySQL 5.6.38
  • Plugins & versions: nothing

I’m happy to provide you with more information, if needed.

@brandonkelly
Copy link
Member

Just got that fixed for tomorrow’s update. Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants