I'm not sure if this issue should live in the domain module's issue queue but considering that the domain module works correctly with most other CCK and related modules that I have tried it with, I decided to put it here in the viewfield queue.
reproducing the problem
- Install domain access module with at least two domains/subdomians
- Create a content type that includes a view field
- Create a node at www.secondarydomain.com/node/add/custom-type
- When you hit save, notice that you are redirected to www.maindomain.com/node/1234 instead of www.secondarydomain.com/node/1234
- Now, remove the viewfield field from the custom content type and notice that you are not redirected when hitting save on teh node create form
Thoughts?
possibly related issues
Comments
Comment #1
surgeonbor commentedI'm moving this issue to the Domain Access queue in response to comment #50 in this thread: #227947-50: After editing nodes user is redirected to the main domain.
The Viewfield issue described here is fixed by the patch in comment #50, and I want to see what the DA maintainer thinks about the solution. See my comments in #51.
Comment #2
bleen commentedI can confirm that the patch in #50 (#227947: After editing nodes user is redirected to the main domain) fixes the issue described in my orignal post. Are these duplicate issues? Is the patch being considered?
Comment #3
agentrickardIt's a duplicate. That patch is new information, and worth reviewing.
For what it's worth, I cannot replicate this issue.