Undefined index: config_path while editing cron job
killoff opened this issue · 2 comments
killoff commented
Title
Undefined index: config_path in module-cron-scheduler/Ui/DataProvider/Form/CronJobDataProvider.php on line 91
Preconditions
Magento CLI 2.3.4
Module is installed and working properly
Steps to reproduce
- Go to Admin -> System -> All cron jobs
- Select any job and click "Edit" from jobs grid
Expected result
Cron job form rendered
Actual result
PHP notice
Notice: Undefined index: config_path in vendor/kiwicommerce/module-cron-scheduler/Ui/DataProvider/Form/CronJobDataProvider.php on line 91
kiwi-commerce commented