- Issue created by @torfj
- Merge request !8Prevent start date from displaying when end date is absent and only end date should be shown β (Open) created by torfj
- πΊπΈUnited States torfj Seattle, WA
To resolve this, I added an additional check in the viewElements method to ensure that the start date is not displayed when the end date is absent and the field is configured to display only the end date.
I have created a merge request with the changes. The fix seems to work as expected in my tests now.Please review the merge request and let me know your thoughts.
Thank you! - πΊπΈUnited States torfj Seattle, WA
Updated the code to use the startDateIsDisplayed core function to check if the start date should be displayed.
- Status changed to Needs review
26 days ago 12:21pm 4 August 2025 - ππΊHungary danyg Budapest
If somebody faces the similar issue but with 8.x-1.4 version, here is the improved patch that resolve this issue.
The current MR's changes don't resolve the issue properly, doesn't take account into the display settings - π©π°Denmark Birk
I've committed patch #7 to branch 8, thank you for the work.
Should also fix [3540051] (haven't tested). Automatically closed - issue fixed for 2 weeks with no activity.