Project:Node import
Version:6.x-1.0-rc4
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Needed support for Domain Access. So here it is. Worked for me.

Regards

AttachmentSize
domain.zip112 bytes

Comments

#1

Is it just me, or is this zip file empty?

#2

auch, funny... Here`s a correct one.

AttachmentSize
domain.zip 978 bytes

#3

Great!

One comment (not having used domain module myself):

<?php
   
'#default_value' => array(($_domain['domain_id'] == 0) ? -1 : $_domain['domain_id']), // Can't use 0 as a checkbox value.
?>

probably must be 'default_value'.

#4

yes it does :)

#5

Status:needs review» fixed

Added to CVS. Will be included in -rc5. Thanks!

#6

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

#7

Noticed something that might help in general:

When using Node Import together with the Domain Access module, I have noticed that you get a validation error for the domain source when you try to import into a node type that defaults to a certain domain and you do the import from another Domain Access handled domain. That is, domain source seems to not apply correctly if the domain you access node import from is different than the final source domain for that node.

Sorry, this sounds a bit complicated. But here is what works:

Try do node import exactly from that domain that is going to be also set as source domain for the imported nodes, then all works like a charm.

Not sure if this is a bug so I am not opening up this issue again. It might be "broken" by design maybe...