When using the image attach module along with the domain access module, if I create a node on a subdomain and attach an image, the image node that is created is assigned to the primary domain instead of the active one. Any way to fix this default behavior?
Example:
Node "Test" of content type "News" is created on sitetwo.example.com
When I go to manage content I see that "Test" is assigned to sitetwo.example.com but the image node that was created is assigned to example.com
Does that have anything to do with this post: http://drupal.org/node/252877
Thanks.
Comments
Comment #1
nirvanajyothi commentedWhat settings have you activated for 'Default source domain' under 'Advanced settings' ?
Is it 'Do not change domain' ?
The image was attached to a node created at sitetwo.exapmle.com. From which domain was the image created?
Comment #2
agentrickardThis is a duplicate of #252877: Image import does not respect node domain settings or #227401: AcidFree does not respect all hook_form_alter() implementations. There isn't anything we can do about it except a) patch the other module or b) write some custom bridge code (that lives in a separate module.)