-
Notifications
You must be signed in to change notification settings - Fork 285
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
Calendar widget issues with triggers and number of items #2792
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
TEST: /Layout/Editor/layout_editor_clock.cy.js END |
Test Suite: succeeded ✅ |
This PR addresses two issues:
I don't think it was strictly necessary to remove the
typeof
check, but the new version does make it easier to understand what is happening, so I kept it in. Triggering using xiboIC with a target of 0 disables the source checking for the trigger.onDataLoad handles numItems and that has been removed from the one static template that referenced it. The provider always returns all items, so we handle it client side.