Issue #3494634 by pdureau, grimreaper: POC Compatibility between SDC and the Form API.
All threads resolved!
Closes #3494634
Merge request reports
Activity
added 1 commit
added 1 commit
added 15 commits
-
fc780eec...1a2079a4 - 12 commits from branch
project:11.x
- 27a9cc6a - Issue #3494634 by pdureau, grimreaper: POC Compatibility between SDC and the Form API.
- c545cb3e - Issue #3494634 by grimreaper: Remove what is only for #3508641
- 9d9eebb4 - Issue #3494634 by grimreaper, pdureau: dont alter name behavior anymore
Toggle commit list-
fc780eec...1a2079a4 - 12 commits from branch
added 53 commits
-
b9d82dbd...09633691 - 48 commits from branch
project:11.x
- 0dedb454 - Issue #3494634 by pdureau, grimreaper: POC Compatibility between SDC and the Form API.
- 74a01480 - Issue #3494634 by grimreaper: Remove what is only for #3508641
- 00aef86d - Issue #3494634 by grimreaper, pdureau: dont alter name behavior anymore
- 8df8cb32 - Issue #3494634: Apply fix from #3520242
- 47cfa9f5 - Issue #3494634 by grimreaper: Add test
Toggle commit list-
b9d82dbd...09633691 - 48 commits from branch
- Resolved by Florent Torregrosa
- Resolved by Florent Torregrosa
- Resolved by Florent Torregrosa
- Resolved by Florent Torregrosa
- Resolved by Florent Torregrosa
- Resolved by Florent Torregrosa
- Resolved by Florent Torregrosa
added 1 commit
- Resolved by Florent Torregrosa
added 25 commits
-
ea10dcf8...28357f55 - 23 commits from branch
project:11.x
- 786102d0 - Issue #3494634 by pdureau, grimreaper: POC Compatibility between SDC and the Form API.
- 25bd6ce4 - Issue #3494634 by grimreaper: Review feedbacks.
-
ea10dcf8...28357f55 - 23 commits from branch
added 1 commit
- Resolved by Florent Torregrosa
added 16 commits
-
089d7db7...9456d921 - 9 commits from branch
project:11.x
- 5edb5e23 - Issue #3494634 by pdureau, grimreaper: POC Compatibility between SDC and the Form API.
- b496b156 - Issue #3494634 by grimreaper: Review feedbacks.
- d829505c - Issue #3494634 by grimreaper: Fix CI
- 63535caf - Issue #3494634 by grimreaper: Fix CI
- 8d32f790 - Issue #3494634 by grimreaper: small improvement
- 1d4d8cfd - Revert early render
- ad9049b6 - Simpler approach
Toggle commit list-
089d7db7...9456d921 - 9 commits from branch
- Resolved by Florent Torregrosa
- Resolved by Florent Torregrosa
@pdureau indicated he wasn't convinced the new approach was any better. I took a look and came up with a different approach that just unsets the children after we move them into the slots. Tests pass. It's equivalent to what we were doing in the Renderer in the earlier patches (ie. just rendering the inline-template child) but without any special casing of the ComponentElement type in the renderer.
Please register or sign in to reply