- Issue created by @johnv
Automatically closed - issue fixed for 2 weeks with no activity.
Both submodules implement hook_cron() and read the last time cron was run.
However, both functions use different methods to get/set this.
the SMS submodule uses config , an results in the fact that report /admin/reports/config-inspector
expects a 'workflow_sms_notify.settings' file.
Adapt workflow_sms_notify to the other method.
If needed, in a n install_hook, copy the value to the new system, to avoid sending many messages.
Active
3.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.