The newly committed support for assigning nodes to domains by taxonomy, http://drupal.org/node/138042, includes a hook_db_rewrite_sql() implementation to limit node availability to nodes from the current domain.

This seems to be causing confusion, see http://drupal.org/node/148675, and probably isn't what everyone will want.

Attached patch makes the sql rewriting optional. Admins can select to have no sql rewriting, to rewrite for all domains except the default, or to rewrite for all including the default.

CommentFileSizeAuthor
multidomain-taxonomy-db-rewrite.patch4.52 KBnedjo

Comments

wayland76’s picture

Status: Needs review » Fixed

Looks like this patch has already been applied. Great!

wayland76’s picture

Status: Fixed » Closed (fixed)