Skip to content
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

[Feature] Option to Add to Many to Many Fields Instead of Duplicating Objects #842

Open
2 tasks done
A-Management opened this issue Dec 27, 2023 · 1 comment
Open
2 tasks done
Labels
enhancement New feature or request

Comments

@A-Management
Copy link

Is this feature missing in the latest version?

  • I'm using the latest release

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

  • I agree to follow this project's Code of Conduct
@A-Management A-Management added the enhancement New feature or request label Dec 27, 2023
Copy link
Contributor

Thanks for reporting this issue, don't forget to star this project if you haven't already to help us reach a wider audience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant