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

Scheduler - RRule integration #13232

Merged

Conversation

AntonSermyazhko
Copy link
Contributor

No description provided.

@AntonSermyazhko AntonSermyazhko self-assigned this May 28, 2020
@AntonSermyazhko AntonSermyazhko changed the title RRule integration Scheduler - RRule integration May 28, 2020
@Yarovaya Yarovaya self-assigned this May 28, 2020
@AntonSermyazhko AntonSermyazhko requested a review from Yarovaya May 28, 2020 10:18
js/core/polyfills/object.js Outdated Show resolved Hide resolved
@AntonSermyazhko AntonSermyazhko force-pushed the rrule_implementation_new branch from 1da74eb to 27f1ee9 Compare May 29, 2020 13:01
andrewmakarov
andrewmakarov previously approved these changes Jun 4, 2020
AryamnovEugeniy
AryamnovEugeniy previously approved these changes Jun 4, 2020
js/ui/scheduler/utils.recurrence.js Outdated Show resolved Hide resolved
wrongByMonthDay = true;
}
getRecurrenceString(object) {
if(!object || !object.freq) {
Copy link
Contributor

Choose a reason for hiding this comment

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

if(!object?.freq) {

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't like this approach.
@andrewmakarov what do you think?

Copy link
Contributor

@Yarovaya Yarovaya Jun 4, 2020

Choose a reason for hiding this comment

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

ie11 doesn't support optional chaining

Copy link
Contributor

Choose a reason for hiding this comment

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

If I am not mistaken, we can use it since this PR. But, of course, I do not insist.

testing/runner/Views/Main/RunSuite.cshtml Outdated Show resolved Hide resolved
@AntonSermyazhko AntonSermyazhko force-pushed the rrule_implementation_new branch from c36eadb to 91c889a Compare June 4, 2020 13:51
@AntonSermyazhko AntonSermyazhko requested review from Yarovaya and removed request for Yarovaya June 5, 2020 08:32
@AntonSermyazhko AntonSermyazhko merged commit 39d3280 into DevExpress:20_2 Jun 5, 2020
@AntonSermyazhko AntonSermyazhko deleted the rrule_implementation_new branch May 27, 2021 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants