Download & Extend

Warning message when viewing a flag-using feature

Project:Flag
Version:6.x-2.0-beta3
Component:Flag core
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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. :-)

Comments

#1

Got this as well, would this fix the issue?

AttachmentSizeStatusTest resultOperations
flag-846826.patch874 bytesIgnored: Check issue status.NoneNone

#2

Status:active» needs review

#3

Status:needs review» fixed

Thanks 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.

AttachmentSizeStatusTest resultOperations
flag_features_export.patch1.41 KBIgnored: Check issue status.NoneNone

#4

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

#5

Came across this bug today.

Applied patch everything seems ok.