Odd behavior in Weekday checkmarks (MSR)
-
@toggledbits ,
I was just taking a look at some of my scheduling to adjust for a new work schedule, and I noticed that the checkboxes for days of the week appear to be off.if you'll notice in the screenshot, Sun - Tuesday are good, but then Sat comes next, then Wed, then Sat again, then Wed again. No TGIF in this week.
I know this isn't how I set up the rules (which would explain the behavior I was investigating).
Edit: BTW, I checked all my Week Day entries, and they are all like this.
I'm running latest-23196-40ef07f4 on Fedora 37 Server w/o Docker.
-
I'll trade you a Friday for a Wednesday
@toggledbits "Date formatting extras. The weekday and month names are derived from the JavaScript locale, so
they do not need to be defined here." I missed that change and still have them defined in the Swedish translation and that shows correct in the UI. -
I'll trade you a Friday for a Wednesday
@toggledbits "Date formatting extras. The weekday and month names are derived from the JavaScript locale, so
they do not need to be defined here." I missed that change and still have them defined in the Swedish translation and that shows correct in the UI.@Crille said in Odd behavior in Weekday checkmarks (MSR):
"Date formatting extras. The weekday and month names are derived from the JavaScript locale, so
they do not need to be defined here." I missed that change and still have them defined in the Swedish translation and that shows correct in the UI.If they are defined in the locale data, Reactor will prefer that over asking JavaScript/Node.
This is now fixed in my dev version and the fix will be in the next build. It's cosmetic only. Until that build is released, just assume the order is Sun - Sat regardless of the label (the days are handled by number, not by name). It will also fix itself next week (the bug only occurs when the most recent Sunday is in the prior month).
-
T toggledbits locked this topic on