-
Notifications
You must be signed in to change notification settings - Fork 1
feat: support polymorphic relations in collection renaming #244
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
base: main
Are you sure you want to change the base?
Conversation
|
Coverage Impact ⬇️ Merging this pull request will decrease total coverage on Modified Files with Diff Coverage (5)
🤖 Increase coverage with AI coding...🚦 See full report on Qlty Cloud » 🛟 Help
|
3 new issues
|
| end | ||
| end | ||
|
|
||
| filter.override(condition_tree: transformed_tree) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| transformed_data[type_field] = transformed_value if transformed_value != original_value | ||
| end | ||
|
|
||
| transformed_data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| transformed_record[type_field] = new_value if new_value != old_value | ||
| end | ||
|
|
||
| transformed_record |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.

Definition of Done
General
Security