-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Fixes overriding modules which have depends_on attribute set #32796
Conversation
Thanks for this submission! |
This fix looks good to me, before we merge could you extend one of the tests to cover using There's some test data in Thanks! |
da08593
to
2409be4
Compare
Thank you for the feedback @liamcervante ! Added the test and it passes :) |
Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch. |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Fixes #32795
Target Release
1.4.x
Draft CHANGELOG entry
BUG FIXES
depends_on
attribute set (although still doesn't allow to overridedepends_on
, which is the intended behaviour)