Configuration specified by user in createInstance method doesn't get passed properly and is placed outside value array, which results in config not getting applied to our created scheduled action.
I attach a small patch that fixes this issue by placing specified configuration in value of plugin_config
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | pass_config_to_values_array-2908721-0.patch | 562 bytes | roundpanda |
Comments
Comment #2
roundpanda commentedComment #3
roundpanda commentedComment #6
joachim commentedThanks for the patch!