Problem/Motivation

You can export ctools exportables using the bulk_export module but the field_group export code relies on features existing when it calls features_translatables_export()

Proposed resolution

Only call this function if the features module exists.

CommentFileSizeAuthor
#2 2715097-2.patch473 bytesrlmumford

Comments

rlmumford created an issue. See original summary.

rlmumford’s picture

Status: Active » Needs review
StatusFileSize
new473 bytes

Patch checks that the features module exists and includes the file if necessary.

Tyler the Creator’s picture

I've tested the patch and can confirm that it works when exporting with CTools export, but I won't set it to RTBC because I haven't tested it with Features installed.

interdruper’s picture

Status: Needs review » Reviewed & tested by the community

I can confirm that the patch works ok with Features module installed in my case and fix the exception.

chris matthews’s picture

Assigned: rlmumford » Unassigned

  • nils.destoop committed 3fd6dda on 7.x-1.x authored by rlmumford
    Issue #2715097 by rlmumford, Tyler the Creator, interdruper: Field Group...
nils.destoop’s picture

Thx for the patch. I committed it to dev.

nils.destoop’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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