Needs work
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2011 at 17:24 UTC
Updated:
12 Jul 2011 at 21:07 UTC
As there are field level export callbacks, there should be import as well.
| Comment | File | Size | Author |
|---|---|---|---|
| import_callback.patch | 1.07 KB | chx |
Comments
Comment #1
chx commentedAs an example, the partial conversion of the input_formats to this patch is http://paste.pocoo.org/show/422556/ here. It's definitely cleaner than the notice-throwing we have now.
Comment #2
merlinofchaos commentedCurrently the api supports export callbacks on both an object and field level.
We should probably be symmetrical with that and offer the import callback the same way. Otherwise I'm in favor of this.
Comment #3
merlinofchaos commentedThis will also require updates to the export.html documentation and the API.txt file.
Comment #4
merlinofchaos commented