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: Migration for new fusion property access of timeable node visibility #42

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

dlubitz
Copy link
Contributor

@dlubitz dlubitz commented Jan 15, 2024

Fusion:

  • Rewrite node.hiddenBeforeDateTime to q(node).property("enableAfterDateTime")
  • Rewrite q(node).property("_hiddenBeforeDateTime") to q(node).property("enableAfterDateTime")
  • Rewrite node.hiddenAfterDateTime to q(node).property("disableAfterDateTime")
  • Rewrite q(node).property("_hiddenAfterDateTime") to q(node).property("disableAfterDateTime")

Fixes #41

Copy link
Member

@mhsdesign mhsdesign left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thänks :D

@dlubitz dlubitz merged commit e71045a into main Feb 9, 2024
2 checks passed
@dlubitz dlubitz deleted the fusion-hidden-x-date-time branch February 9, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Rename _hiddenBeforeDateTime and _hiddenAfterDateTime in Fusion
2 participants