Needs review
Project:
Feed Element Mapper
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2009 at 01:49 UTC
Updated:
29 Sep 2009 at 18:54 UTC
Jump to comment: Most recent file
Comments
Comment #1
aron novakThere is also another problem: you have per-node mapping, you start deleting the entries and when it becomes empty, it suddenly becomes per-content-type.
Both of these issues are fixed in the patch. Conflicts with #557500: Resolve naming conflict "override per content type setting" and "override default". Tests are 100%
Also, with this patch, finally there is only one ctools_export_load_object() call in the whole .module file. This is the icing on the cake :)
Comment #2
alex_b commentedShould we commit #557500: Resolve naming conflict "override per content type setting" and "override default" first and then mature this patch?
Comment #3
aron novak#2: mature this patch? This patch is fine, as i told, it conflicts w/ that patch, but it's only because of naming changes. Of course, it needs to be rerolled after #557500: Resolve naming conflict "override per content type setting" and "override default" is in.
Comment #4
alex_b commentedUpdated after #557500: Resolve naming conflict "override per content type setting" and "override default" landed.
'per_node_placeholder' - shouldn't we introduce a general empty flag? E. g. 'NOMAPPING'?