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

[core] GroupAttribute: check "enabled" property of child params in uid computation #1027

Merged
merged 1 commit into from
Aug 11, 2020

Conversation

fabiencastan
Copy link
Member

@fabiencastan fabiencastan commented Aug 11, 2020

Disabled params should not be part of the UID computation, even for child attributes of an enabled GroupAttribute.

For instance, on the ImageProcessing node:

  • Note the original "Output Folder"
  • Enable "Sharpen Filter"
  • Change "Width"
  • Disable "Sharpen Filter"
  • Should get the same value as the original "Output Folder" (even if the disabled "Sharpen Width" is not the same)

Improve PR #1007

…d computation

Disabled params should not be part of the UID computation, even for child attributes of an enabled GroupAttribute.
@fabiencastan fabiencastan merged commit 20fa43c into develop Aug 11, 2020
@fabiencastan fabiencastan deleted the fix/enabledPropertyInGroupAttributes branch August 11, 2020 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants