Problem/Motivation
If you have no media types defined on your Drupal Instance and you try to save the config you will get a PHP stack trace because media has no bundle types.
Steps to reproduce
Have no media types and try to save the config form
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork single_content_sync-3355311
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
nginex commentedHi @reece.oliver,
Nice catch, I have provided a patch to fix the issue.
Comment #5
reece.oliver commentedThank you very much, I did eventually make a patch myself after opening this, but Drupal wasn't letting me comment on the issue yesterday. We had the same solution anyhow. Cheers for getting a fix together so quickly
Comment #7
nginex commentedComment #8
nginex commentedThis is now available since 1.3.15