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 #2626: Fix Multi Year String Render For Single Day Events #2627

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

alvindera97
Copy link
Contributor

Summary

Description

  • Ensure single day events only render a single year string
  • Include guarantees on condition for rendering end date year string for multi-day events.

Closes

Screenshots

Before

image

After

image

Add test that checks single day event renders year string exactly once since event is guaranteed to commence and conclude within the same day and hence the same year.
Add test that checks for proper year string rendering on multi-day events.
Fix incorrect rendering logic at template ensuring:
• Single day events only render one year string.
• Multi-day events only render end-date-year string only if it's valid.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant