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

[BUGFIX release] Remove requirement for jquery in Octane #18500

Merged
merged 1 commit into from
Oct 24, 2019

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented Oct 21, 2019

Based on community feedback and early testing, the core team
has decided that disabling jquery-integration does not need to be a
requirement for enabling Octane mode, so we can remove it from
the error messages.

@@ -79,12 +79,6 @@ module.exports = {
);
}

if (optionalFeaturesMissing || optionalFeatures.isFeatureEnabled('jquery-integration')) {
Copy link
Member

Choose a reason for hiding this comment

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

Instead of removing this, we should ensure that the flag is set (not undefined).

Removes the requirement for disabling Jquery, instead only requiring
that users explicitly enable/disable it.
@pzuraq pzuraq force-pushed the bugfix/remove-requirement-for-jquery-in-octane branch from 4532a28 to 7a25c08 Compare October 23, 2019 20:49
@rwjblue rwjblue changed the title [BUGFIX beta] Remove requirement for jquery in Octane [BUGFIX release] Remove requirement for jquery in Octane Oct 24, 2019
@rwjblue rwjblue merged commit 722a5bc into master Oct 24, 2019
@rwjblue rwjblue deleted the bugfix/remove-requirement-for-jquery-in-octane branch October 24, 2019 20:16
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.

2 participants