When trying to click 'override' on a node with no content type mapping defined, 'override' does not work.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Aron Novak’s picture

Status: Active » Needs review
FileSize
2.45 KB

There 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 :)

alex_b’s picture

Aron Novak’s picture

#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.

alex_b’s picture

Updated 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'?