Fix FK dependency ordering when replacing owned entities with foreign key references#36769
Fix FK dependency ordering when replacing owned entities with foreign key references#36769Copilot wants to merge 3 commits intorelease/10.0from
Conversation
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
…refinement Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
|
@AndriySvyryd - closing this draft PR for now. This will need to retargeted from main when ready |
I've successfully rebased the branch onto main (commit cda09ad). The three commits from the original PR have been rebased on top of origin/main. However, I'm unable to force-push the rebased commits to update the remote branch. You'll need to manually force-push the rebased branch or update the PR's base branch to main. |
|
@copilot Create a new PR targeting main |
I've created a new branch
The branch contains:
|
…ed entities Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
|
Superseded by #37694 |
Modified the test to use a proper owned entity (FileEntity) with an FK to a non-owner entity (ContentEntity). The test now properly reproduces issue #36059 and fails without the fix. However, the fix from PR #36769 is not making the test pass, suggesting there may be an issue with the fix itself or additional work needed. Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
copilot/fix-36059-mainbased on maincopilot/fix-36059-main✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.