When viewing a Feature with a flag in it, this error appears:
warning: Missing argument 3 for rules_categories_features_export_render() in /shared/vash/sandboxes/garfield/balboa/site/www/sites/all/modules/rules/rules/rules.export.inc on line 96.
This is caused by a small change in the latest release of Features module that no longer uses the 3rd parameter. Rules was bitten by this as well: #814416: Missing argument 3 for rules_categories_features_export_render() in rules/rules/rules.export.inc on line 96..
Hopefully a simple fix. :-)
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | flag_features_export.patch | 1.41 KB | quicksketch |
| #1 | flag-846826.patch | 874 bytes | univate |
Comments
Comment #1
univate commentedGot this as well, would this fix the issue?
Comment #2
univate commentedComment #3
quicksketchThanks univate, seemed to fix the problem for me without any adverse side-effects. I also fixed the title of "Flag" when exporting individual flags into a feature.
Comment #5
mikebell_ commentedCame across this bug today.
Applied patch everything seems ok.