fix: do not re-enable disabled default reminders because of legacy default reminder settings - #8817
Conversation
…fault reminder settings Resolves #8816 Signed-off-by: Oleksandr Dzhychko <hey@oleks.dev>
|
/backport to stable6.6 |
|
/backport to stable6.5 |
SebastianKrupinski
left a comment
There was a problem hiding this comment.
This should be a database migration not a work around
Looking at the existing code it seemed like we wanted to support calendar/src/views/Calendar.vue Lines 335 to 336 in 9482d92 calendar/src/store/settings.js Lines 36 to 39 in 9482d92 |
It was just something that was missed originally. I have a fix, give me a few min |
Actually sorry, this was done because the alarm feature was NC34+ and we supported NC32+ in calendar. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Closing favor of #8818 |
Resolves #8816
Given
php occ user:setting <userId> calendar defaultReminder 0Before
After