When trying to click 'override' on a node with no content type mapping defined, 'override' does not work.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 557504-4_override_unexpected_behaviour.patch | 2.49 KB | alex_b |
| #1 | 557504-1_override_unexpected_behaviour.patch | 2.45 KB | aron novak |
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'?