[Feature] Option to Add to Many to Many Fields Instead of Duplicating Objects #842
Open
2 tasks done
Labels
enhancement
New feature or request
Is this feature missing in the latest version?
Is your feature request related to a problem? Please describe.
I have two models - Asset and Tag. They are related by a many to many field. When I clone Asset (after adding tag to the many to many explicit setting) it creates a new tag as well. What I would like is for the new asset to be added to the many to many fields of the tags associated with the cloned asset.
Describe the solution you'd like?
It makes sense to me for this to be a under a class attribute such as _clone_through_set_addition_m2m_fields
Describe alternatives you've considered?
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: