You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we try to update a monthly/weekly schedule and trying to select Day of month or Day of week using recurring_select dialog it is passing count parameter as a string to IceCube::Rule.from_hash method which is excepting count as a integer.
The text was updated successfully, but these errors were encountered:
When we try to update a monthly/weekly schedule and trying to select Day of month or Day of week using recurring_select dialog it is passing
count
parameter as a string toIceCube::Rule.from_hash
method which is excepting count as a integer.The text was updated successfully, but these errors were encountered: