-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚑 [DH#667] Fix editgrid recursion iter_components
The feature added in #3977 to support edit grids only supported direct children as editgrids (so that the children of an edit grid itself are not yielded as standalone components), but due to missing kwarg forwarding in the recursive calls, this did not hold up when the editgrid itself is contained in a layout component like a fieldset or column. Backport-of: #4100
- Loading branch information
1 parent
b2d1b26
commit 0e21c35
Showing
3 changed files
with
88 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters