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

Set default values for Video field, prevent exceptions #6634

Merged
merged 2 commits into from
May 7, 2017

Conversation

bobdenotter
Copy link
Member

Fixes #6601

'ratio' => '1',
];

$video = array_replace($default_values, $this->values[$key]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

snake_case … please tell me you didn't 😜

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not do any such thing! Where did you get that preposterous idea!

@bobdenotter bobdenotter force-pushed the hotfix/defaults-for-video-fields branch from c21bc7e to b1080b2 Compare May 7, 2017 17:03
@SvanteRichter SvanteRichter merged commit 09d2821 into release/3.2 May 7, 2017
@GwendolenLynch GwendolenLynch deleted the hotfix/defaults-for-video-fields branch May 7, 2017 18:08
@GwendolenLynch GwendolenLynch added this to the Bolt 3.2 - Feature release milestone Jul 18, 2017
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

Successfully merging this pull request may close these issues.

3 participants