Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
22.83k stars 1.58k forks source link

Automation - Cannot specify month of December in expression #14993

Closed f4iey closed 2 weeks ago

f4iey commented 3 weeks ago

Checklist

Hosting

Describe the bug Cannot specify any cron expression including the month of december in automations: the folliwing message appears: Error: number 12 of 'months' is greater than 11

To Reproduce Steps to reproduce the behavior:

  1. Go to Automation
  2. Create an automation with cron expression
  3. nter an expression which includes December, such as 0 0 16 12 *
  4. See error

Expected behavior 12 should NOT return an error and include the month of December.

Screenshots image image

App Export If possible - please attach an export of your budibase application for debugging/reproduction purposes.

Desktop (please complete the following information):

linear[bot] commented 3 weeks ago

BUDI-8830 Automation - Cannot specify month of December in expression

mike12345567 commented 2 weeks ago

Hi @f4iey - sorry about that - a slight difference between our validation and parsing - validation was looking for months as 0-11! Fix will be in next release of Budibase.