Bug #16096
closedDay of week description does not reflect input validation
100%
Description
Hello,
I was unable to found the repository of Cron package, so I'm reporting it here.
I was unable to use "wed" to specify Wednesday as "Day of the Week", I had to use it integer denomination (3). But the tip into the fields states that names are supported: The day(s) of the week on which the command will be executed. (0-7, 7=Sun or use names, ranges, or divided, *=all)
It's also stated on FreeBSD documentation it's UNIX cron format as names are supported: https://man.freebsd.org/cgi/man.cgi?crontab%285%29
Files
Updated by Marcos M 3 months ago
- Status changed from New to Confirmed
That functionality was removed as part of:
https://redmine.pfsense.org/issues/13299
Updated by Eduardo Mozart de Oliveira 2 months ago
Marcos M wrote in #note-1:
That functionality was removed as part of:
https://redmine.pfsense.org/issues/13299
I see, but I do believe the text tooltip should be updated to reflect this change.