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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 599136-1_use_keys.patch | 1.83 KB | alex_b |
Comments
Comment #1
alex_b commented- Fixes all occurrences of $object->name . Changes them to $object->{$export['key']} .
Comment #2
alex_b commentedSame patch applies to D7 branch of CTools.
Comment #3
merlinofchaos commentedApplied to both branches. Thanks!