Description
User Story
We recently discovered a bug in one of our environments: users were suddenly unable to create jobs with recurrence schedules (#1864).
After looking into things, we discovered the ui had started using :
inbetween fields, where we were accustomed to using =
. We discovered this was the result of an upgrade of the ui library as part of a mass dependency update.
We also discovered that change was done to be more RFC-compliant, and that if we upgrade to the latest go library, it will accept both colon and equals sign.
In the interest of fixing the broken thing, we downgraded the ui lib back to a working version for us. Now that we have a bit more breathing room, it would be good to look at upgrading the go lib to latest and testing with that!
Definition of Done
Go lib for rrule is updated - should accept colon and = sign after update