Description
If you choose a package name that also is a key in the form array for the 'features_admin_form', then the package and the features belonging to it will not be displayed.
Reproduction
To reproduce set the package of a feature to 'Buttons' or 'Packages' and try to find it under 'admin/structure/features'
Proposed solution
A simple solution would be to prepend the (package) key with something so that it's always unique. I'll attach a patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | prepend_package_key-2134905-2.patch | 615 bytes | dagomar |
Comments
Comment #1
dagomar commentedThis prepends the package keys with 'package_', thus making them unique always.
Comment #2
dagomar commentedComment #3
hefox commentedthanks