Closed (fixed)
Project:
Domain Feeds
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Jul 2011 at 19:23 UTC
Updated:
8 Apr 2016 at 12:36 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jim.m commentedHey this is good. I'll get it in the next release.
Thanks!
Jim
Comment #2
sebas5384 commentedGreat! Glad to help!
Cheers,
Sebas.
Comment #3
colorado commentedI can confirm that this works, and is a critical feature. Thank you so much sebas5384!
Comment #4
sebas5384 commentedGlad to help! :)
Would be grate to have this in the module out of the box, if that happens i can make a port to D7
Cheers,
Sebas.
Comment #5
jim.m commentedThis feature has been added to the latest release.
Comment #6
jim.m commentedComment #7
Funksmaname commentedThis feature isn't working correctly in the latest version... the sub domain ones are working, but not 'all'
Comment #8
rolfmeijer commentedI’ve made a patch to get this function in D7 as well. Not sure if this is the correct way, but it seems to work.
Comment #9
rolfmeijer commentedComment #10
rolfmeijer commentedbtw, when using the Publish to all, because it always needs one domain to publish the node to, it will be published to the default domain. Unfortunately the Publish to All mapping cannot be combined with a Publish to a specific other domain. If I really need that I might look into why this is.
Comment #12
ndf commented@ #10: i think its because both the 'domain_feeds_set_target' and the 'domain_feeds_set_target_all' set '$entity->domain_site'.
They basicly override each other. If you want to publish to all domains it must be set to TRUE.
I guess you can outsmart this behavior when you ensure the 'domain_feeds_set_target_all' is called last.
In your mapping you'll get
And in your input data the column order (critical) would be
Domain One|Domain Two|Domain All
1|1|1
What I expect is that when you edit the imported node under "Domain access options" you get:
- "Send to all affiliates" is checked. <-- all behaviour
- Under 'publish to' domain one and domain two are checked (they are the 'owners').
~I did not test this~
Comment #13
jim.m commentedI just checked, you should set "Publish to: All" OR choose the domains an entity should be published to.
Comment #15
bibo commentedPlease check again @Jim.M . I'm pretty sure your assumption is wrong and @ndf is right.
This should be patched so it works correctly, for now I did get it work as expected with the workaround of setting "Publish: All" after the invidual domains.