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: Move tab state to redux store instead of reduxForm #694

Merged

Conversation

unclecheese
Copy link

@unclecheese unclecheese commented Oct 17, 2018

Problem

Using redux form state causes tabs to be tracked for dirtiness. Changing tabs dirties the form. This causes behat tests to fail as they can't negotiate the onunload alert.

Solution

Move tab state into plain redux state tree, instead of reduxForm

Resolves

silverstripe/silverstripe-asset-admin#847

Dependencies

silverstripe/silverstripe-framework#8489

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants