
david got a fish trophy!
Fix one more case of needing .set() for a many relation.
Review Request #12121 — Created March 8, 2022 and submitted — Latest diff uploaded
Information | |
---|---|
david | |
Review Board | |
release-5.0.x | |
Reviewers | |
reviewboard | |
This change fixes one more case where we were using the assignment
operator to set the far side of a many relation instead of the.set()
method. This was hit in a Power Pack test case.
Ran Power Pack tests without seeing the warning.