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

Assign formsets to the correct tab #276

Merged
merged 1 commit into from
Dec 5, 2020
Merged

Assign formsets to the correct tab #276

merged 1 commit into from
Dec 5, 2020

Conversation

kaedroho
Copy link
Contributor

@kaedroho kaedroho commented Dec 1, 2020

We weren't previously checking which tab formsets should be placed on so it was automatically adding them to the "Content" tab.

I've changed it so that it now raises KeyError if it doesn't know what tab a field is supposed to be on so it breaks in a more obvious way in the future.

Fixes #255
Builds on #273

@kaedroho kaedroho requested a review from KalobTaulien December 1, 2020 16:58
@kaedroho kaedroho force-pushed the fix-255 branch 2 times, most recently from 52674ce to ac3474a Compare December 4, 2020 17:10
@kaedroho kaedroho merged commit fdd813e into master Dec 5, 2020
@kaedroho kaedroho deleted the fix-255 branch December 5, 2020 17:20
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.

TabbedInterface strange behavior
2 participants