Let me state that i love this module and really appreciate all the work done on this.

Modules:
DA 6.x-2.5
FeedAPI:6.x-1.9-beta3

Problem: feeds setup for only a specific domain and the "send to all affiliates" box unchecked are sent to all affiliates anyway. I've read the issues concerning other version of the DA module but did not want to patch this new module.

I've looked at the domain_access table and it's creating 2 entries for each record. one for domain #6, the one i need, and one for domain #0 which is really not used. yet the nodes show in other domains. when they show in the other domain you can see them but not edit them.

this is causing issues with my site map. content from domain #6 is showing up in the site map for domain #2.

any help would be appreciated.

sincerely
Walter

Comments

nonsie’s picture

I have no experience with Feeds module so I'm unable to comment on why it's not respecting all affiliates setting but I'd like to clarify that domain 0 in domain_access table with domain_site grant is "all affiliates". If it was domain_id grant then it would mean published to domain #0.

Ken, thoughts?

walterbamert’s picture

That is what i figured Domain 0 meant. thanks for the confirmation. any other ideas would be great!

thanks
Walt

agentrickard’s picture

Status: Active » Closed (duplicate)

Child nodes created by Feeds do not inherit the domain status of the Feed node that created them, therefore, they default to domain 0.

There's an issue for this already at #357537: Patch to support inheriting Domain Access settings. It's in limbo, but essentially is a Feeds problem that requires a bridge module.