When trying to specify a list of tokens into Direct Input mode tokens are not replaced. This happens because the processData method expects $value to be a string, but in case of list data type an array is given.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | rules-2863561-2.patch | 971 bytes | sergiuteaca |
Comments
Comment #2
sergiuteaca commentedHere is a patch that fixes that.
Comment #3
sergiuteaca commentedHere is a Pull Request https://github.com/fago/rules/pull/480 with the same changes
Comment #4
fagoThis is the same problem as reported in #2824348: Warnings when using token replacements in multiple string context parameters. Let's deal with it over there.
Comment #5
jonathan1055 commentedAdded #2824348: Warnings when using token replacements in multiple string context parameters as related issue, for reference back to this one.
Comment #6
jonathan1055 commentedand the new pull request is https://github.com/fago/rules/pull/484 which supercedes 480