- Issue created by @Carlos Romero
- Status changed to Closed: works as designed
8 months ago 10:45am 2 June 2024 - 🇫🇷France dqd London | N.Y.C | Paris | Hamburg | Berlin
I access the view from the default_domain page with anonymous user,
and it shows the nodes that are assigned the domain default_domain, but I need it to show the nodes that are assigned subdomain_1, subdomain_2 or subdomain_3From my understanding you try to achieve something which in its result is rather "the opposite" of what Domain module wants to provide here. Domain module cannot operate in opposite logic for the same form. Domain simply does show content for selected nodes. If you want to show all nodes regardless of the domains they are assigned to you need a simply view ignoring the domain filter. If this is not working because of the circumstance that you do not call the nodes list in admin area but on a certain domain as not logged in user, well you fall into the case of Domain's supposed logic since the call from this domain restricts content to be shown from this domain only of course. To circumvent this for edge cases I usually recommend to serve one domain as "management domain only" which is always selected per default on each node. This way you have a domain which will show all content. No hacks or patches needed.