In some places export.inc still refers to $object->name while not all exportable objects may have a key name at all and the key is something to be decared in $schema['export'].

In some circumstances, objects will have wrong exported states.

Rolling a patch now.

CommentFileSizeAuthor
#1 599136-1_use_keys.patch1.83 KBalex_b

Comments

alex_b’s picture

Status: Active » Needs review
StatusFileSize
new1.83 KB

- Fixes all occurrences of $object->name . Changes them to $object->{$export['key']} .

alex_b’s picture

Same patch applies to D7 branch of CTools.

merlinofchaos’s picture

Status: Needs review » Fixed

Applied to both branches. Thanks!

Status: Fixed » Closed (fixed)

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