-
Notifications
You must be signed in to change notification settings - Fork 111
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
RAD-5573 Improve scheduling and validation logic for Schedule Object #98
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, had a discussion with @MertCingoz and I am happy with these changes.
I created my application with Schedule Object like the below: I have got the above error message: So I feel updatePresentValue() for Calendar and Schedule object should be made public. |
@kishorevenki why did you need to call this method on your code? If value is not correct and you need to trigger update, then we need to focus why it is not correct instead of making this method to public. |
|
@kishorevenki thank you for pointing the issue. There were issues around time format and should be fixed here #101. So you don't need to trigger update method manually. I think if you really want to trigger force update you need to use WP for any of following properties.
|
@MertCingoz If you need I can create a separate issue for the same. |
Did you actually check what is changed? Scheduler is completely broken since beginning, it is scheduling next update 30-40 years later instead of hours-minutes. Please try your case on top of fix and let me know if it works or not. |
Addressing scheduling issues discussed in #97