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

Prepare for Drupal 8.4 #741

Closed
dannylamb opened this issue Oct 30, 2017 · 2 comments
Closed

Prepare for Drupal 8.4 #741

dannylamb opened this issue Oct 30, 2017 · 2 comments

Comments

@dannylamb
Copy link
Contributor

Drupal 8.4 has been released: https://www.drupal.org/project/drupal/releases/8.4.0

The major change is that Media have been brought into core. Although mostly a port of the existing Media Entity module, there are likely to be subtle changes. A re-export of configuration (bundles, etc...) is also likely.

This issue exists to track changes we discover that need to be addressed before we can make the switch to 8.4.

@dannylamb
Copy link
Contributor Author

It looks like our best bet is to stick with media_entity for now, not using the core media module. There's some things like inline forms that haven't caught up yet, and all of what we have works on 8.4.

The main thing we'll have to address is that Files are no longer deleted on cron run in 8.4, so we'll need to manually delete files when we delete their media, which I feel would be a good improvement.

@dannylamb
Copy link
Contributor Author

Closing for now, and will create new tickets with specifics for porting to core media entities when the time comes.

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

1 participant