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

ConstraintSet.clone does not clone custom constraints #861

Open
bishiboosh opened this issue Oct 11, 2024 · 1 comment
Open

ConstraintSet.clone does not clone custom constraints #861

bishiboosh opened this issue Oct 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@bishiboosh
Copy link

bishiboosh commented Oct 11, 2024

When using ConstraintSet.clone to clone an existing ConstraintSet, its properties are cloned, but custom constraints aren't, whereas other "copy" methods like readFallback do copy custom attributes. Is there a reason for that ?

@bishiboosh bishiboosh added the bug Something isn't working label Oct 11, 2024
@bishiboosh bishiboosh changed the title ConstraintSet.clone does not clone custom attributes ConstraintSet.clone does not clone custom constraints Oct 11, 2024
@bishiboosh
Copy link
Author

(if this is indeed a bug, I can totally make a PR and add the needed code to clone the custom constraints)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant