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

[fix][minor] Fix logical error in event repeat condition check #5439

Merged
merged 1 commit into from
Apr 16, 2018
Merged

[fix][minor] Fix logical error in event repeat condition check #5439

merged 1 commit into from
Apr 16, 2018

Conversation

finefilm
Copy link
Contributor

Without this fix you can only create Every Day repeating events that are not ending on the same day.
The condition is doing the total opposite check, if you are trying to create a repeating event with the same day end you get the following error: "Every day events should finish on the same day."

Without this fix you can only create Every Day repeating events that are not ending on the same day.
The condition is doing the total opposite check, if you are trying to create a repeating event with the same day end you get the following error: "Every day events should finish on the same day."
@rmehta rmehta merged commit 6317098 into frappe:hotfix Apr 16, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants