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

  1. Install domain access module with at least two domains/subdomians
  2. Create a content type that includes a view field
  3. Create a node at www.secondarydomain.com/node/add/custom-type
  4. When you hit save, notice that you are redirected to www.maindomain.com/node/1234 instead of www.secondarydomain.com/node/1234
  5. 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

surgeonbor’s picture

I'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.

bleen’s picture

Project: Viewfield » Domain
Version: 6.x-1.x-dev » 6.x-2.4

I 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?

agentrickard’s picture

Status: Active » Closed (duplicate)

It's a duplicate. That patch is new information, and worth reviewing.

For what it's worth, I cannot replicate this issue.