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

Prevent default action for form submit event in PivotConfiguration. (3.2) #7815

Merged
merged 3 commits into from Apr 3, 2020

Commits on Apr 2, 2020

  1. Prevent default action for form submit event in PivotConfiguration.

    Before this change, the default action for the form submit event
    triggered by submitting the `PivotConfiguration` form was not prevented.
    This lead to a redirect happening in some browsers (namely Safari),
    while working as expected on others (Chrome/ium).
    
    This change is now preventing the form submit event to fix this for
    Safari and others.
    
    Fixes #7806.
    dennisoelkers committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    6df9e86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eac241 View commit details
    Browse the repository at this point in the history
  3. Fixing linter hint.

    dennisoelkers committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    bad3f0b View commit details
    Browse the repository at this point in the history