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: start date in recurrences #845

Merged
merged 2 commits into from
Dec 20, 2024
Merged

fix: start date in recurrences #845

merged 2 commits into from
Dec 20, 2024

Conversation

giuliaghisini
Copy link

@giuliaghisini giuliaghisini commented Dec 18, 2024

Sistemato un problema nel calcolo delle ricorrenze, non venivano calcolate correttamente, e veniva messa solamente la data finale, perchè la data iniziale non veniva impostata.

Esempio del problema:
ho un evento che inizia il 8/12 e finisce il 29/12, voglio impostare una ricorrenza settimanale la domenica, ma come giorni della ricorrenza mi vengono proposti solo il 29 dicembre. Invece dovrei vedere anche 8,15 e 22 dicembre.

err.mov

Esempio della soluzione:
vengono correttamente aggiunte le date 8,15 e 22 dicembre (oltre al 29)

ok.mov

se le modifiche sulle ricorrenze erano state fatte anche per la 11, va fatto cherry pick li

https://redturtle.tpondemand.com/entity/61247-eventi-non-permette-di-inserire-le

@pnicolli pnicolli merged commit 28623e5 into main Dec 20, 2024
5 checks passed
@pnicolli pnicolli deleted the fix_start_date_recurrence branch December 20, 2024 12:01
pnicolli pushed a commit that referenced this pull request Dec 20, 2024
* fix: start date in recurrences

* Update RecurrenceWidget.jsx
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.

3 participants