-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Description
Please confirm the following
- I agree to follow this project's code of conduct.
- I have checked the current issues for duplicates.
- I understand that AWX is open source software provided for free and that I might not receive a timely response.
- I am NOT reporting a (potential) security vulnerability. (These should be emailed to
security@ansible.cominstead.)
Bug Summary
When trying to schedule a Job in AWX using tech preview, a detailed cron scheduling menu appears. After completing the configuration, the following error is shown: Cannot read properties of undefined (reading 'toString')
AWX version
24.6.1
Select the relevant components
- UI
- UI (tech preview)
- API
- Docs
- Collection
- CLI
- Other
Installation method
kubernetes
Modifications
no
Ansible version
latest
Operating system
Linux Debian
Web browser
Chrome, Edge, Firefox
Steps to reproduce
- Enable the Tech Preview feature.
- Go to Templates.
- Select a template you want to schedule.
- Click on Schedules, then Create Schedule.
- Fill in the schedule details as desired.
- After completing the setup, click Finish; the error will appear.
Expected results
Template scheduled
Actual results
Unable to save due to error Cannot read properties of undefined (reading 'toString')
Additional information
No response