- Merge request !33Issue #3546708 by codebymikey: Undefined array key "value" PHP warning is thrown by DigestInterval plugin → (Open) created by codebymikey
When the action is created, it assumes that the value
configuration has been set, however this isn't always the case.
Some action builders don't have the context of which configurations an action requires in order to run, so it's initialized without any.
The AI module initializes action plugins to check if they're able to do certain actions.
Similarly, add a VBO action for the "Send immediately" action, and see the error occur.
Check if the value configuration is set before using it, or have a default value.
Provide issue fork.
N/A
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.