0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-14 13:58:53 +08:00
discourse/plugins/discourse-calendar/test
Kris ff1f7ea4ae
FIX: render event recurrence correctly in posts (#40575)
The new formatting for recurrence in the configuration modal wasn't
synced up with the rendered event in the post — this adds a new helper
so they share the same source logic.

Added tests to avoid future regression.  

Also fixed some minor CSS in the modal. 


Before:
<img width="1398" height="660" alt="image"
src="https://github.com/user-attachments/assets/7cd36ac1-8106-404a-92ed-e35f64a44342"
/>


After: 
<img width="1496" height="712" alt="image"
src="https://github.com/user-attachments/assets/2c068a45-d5b0-4fc7-8ba1-980e9720c156"
/>
2026-06-04 10:32:25 -04:00
..
javascripts FIX: render event recurrence correctly in posts (#40575) 2026-06-04 10:32:25 -04:00