Posted by alex_b on October 8, 2009 at 2:32pm
| Project: | Chaos tool suite (ctools) |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
Comments
#1
- Fixes all occurrences of $object->name . Changes them to $object->{$export['key']} .
#2
Same patch applies to D7 branch of CTools.
#3
Applied to both branches. Thanks!
#4
Automatically closed -- issue fixed for 2 weeks with no activity.